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

6 lines
58 B
Rust
Raw Normal View History

2010-06-23 21:03:09 -07:00
// -*- rust -*-
2012-08-22 17:24:52 -07:00
fn main() { debug!("hello, world."); }