rust/src/test/run-pass/main-ivec.rs
2012-07-01 19:19:32 -07:00

2 lines
63 B
Rust

fn main(args: ~[str]) { for args.each |s| { log(debug, s); } }