rust/src/test/run-pass/main-ivec.rs
2011-09-15 09:49:00 +02:00

2 lines
50 B
Rust

fn main(args: [str]) { for s in args { log s; } }