rust/src/test/run-pass/shebang.rs

7 lines
97 B
Rust
Raw Normal View History

2012-05-22 20:03:26 -05:00
#!/usr/bin/env rustx
// pp-exact
import io::println;
fn main() { io::println("Hello World"); }