rust/src/test/run-pass/hello.rs
2012-08-23 11:14:14 -07:00

6 lines
58 B
Rust

// -*- rust -*-
fn main() { debug!("hello, world."); }