1
Fork 0
rust/tests/run-make/windows-binary-no-external-deps/hello.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
44 B
Rust
Raw Normal View History

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