Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
hello_world
/
main.rs
blob: 1b687eb13734114c579a658b629b942e59b5da9a [
file
] [
log
] [
blame
] [
edit
]
//@ build-pass
// Test that compiling hello world succeeds with no output of any kind.
fn
main
()
{
println
!(
"Hello, world!"
);
}