Our first test!

This commit is contained in:
Nick Cameron 2015-04-23 16:23:20 +12:00
parent bc7855d347
commit d5466f38ac

5
tests/idem/hello.rs Normal file
View File

@ -0,0 +1,5 @@
// Smoke test - hello world.
fn main() {
println!("Hello world!");
}