cargo-play/fixtures/args.rs

3 lines
76 B
Rust

fn main() {
println!("{}", std::env::args().skip(1).next().unwrap());
}