Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
windows-binary-no-external-deps
/
hello.rs
blob: 47ad8c634112b312f330c58f581a654f46618be7 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
println
!(
"Hello World!"
);
}