Sign in
fuchsia
/
third_party
/
rust
/
5fca4bd6d47ef61d860129bcd4efe4f413b78143
/
.
/
tests
/
ui
/
parallel-rustc
/
hello_world.rs
blob: 56698fe24897004f40d36f627dce58369b16e8fe [
file
]
//@ compile-flags: -Z threads=8
//@ run-pass
fn
main
()
{
println
!(
"Hello world!"
);
}