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