rust/tests/idem/hello.rs
2015-04-23 16:23:20 +12:00

5 lines
74 B
Rust

// Smoke test - hello world.
fn main() {
println!("Hello world!");
}