Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
entry-point
/
hello-world.rs
blob: 1b687eb13734114c579a658b629b942e59b5da9a [
file
]
//@ build-pass
// Test that compiling hello world succeeds with no output of any kind.
fn
main
()
{
println
!(
"Hello, world!"
);
}