rust/src/test/run-pass/main-ivec.rs

2 lines
50 B
Rust
Raw Normal View History

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