rust/tests/run-make/windows-spawn/hello.rs

4 lines
44 B
Rust

fn main() {
println!("Hello World!");
}