]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/windows-spawn/hello.rs
Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-Simulacrum
[rust.git] / tests / run-make-fulldeps / windows-spawn / hello.rs
1 fn main() {
2     println!("Hello World!");
3 }