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

2 lines
58 B
Rust
Raw Normal View History

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