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