rust/src/test/run-pass/command-line-args.rs

3 lines
42 B
Rust

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