blob: bb53ecb3f897c790ff8ebd1193113f13c94e4f7c [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
fn main() {
let args: Vec<String> = std::env::args().collect();
println!("{}", args.join(" "));
}