rust/tests/run-pass-fullmir/hello.rs
2018-08-30 15:57:17 +02:00

5 lines
94 B
Rust

//ignore-msvc: Stdout not implemented on Windows
fn main() {
println!("Hello, world!");
}