rust/src/test/run-pass/hello.rs
2012-10-03 14:29:59 -07:00

5 lines
64 B
Rust

// -*- rust -*-
fn main() {
io::println("hello, world");
}