rust/tests/run-pass/hello.rs

5 lines
94 B
Rust

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