rust/src/test/run-pass/command-line-args.rs
2011-07-27 15:54:33 +02:00

3 lines
43 B
Rust

fn main(args: vec[str]) { log args.(0); }