rust/tests/idem/hello.rs

6 lines
74 B
Rust
Raw Normal View History

2015-04-23 16:23:20 +12:00
// Smoke test - hello world.
fn main() {
println!("Hello world!");
}