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

2 lines
69 B
Rust
Raw Normal View History

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