2018-12-25 21:08:33 -07:00

8 lines
135 B
Rust

// compile-pass
// Test that compiling hello world succeeds with no output of any kind.
fn main() {
println!("Hello, world!");
}