mirror of
https://github.com/fanzeyi/cargo-play
synced 2024-11-10 05:04:13 +00:00
3 lines
76 B
Rust
3 lines
76 B
Rust
fn main() {
|
|
println!("{}", std::env::args().skip(1).next().unwrap());
|
|
}
|