Sign in
fuchsia
/
third_party
/
rust
/
e356279bdfe6840236877b298f0c577e0f9221ff
/
.
/
tests
/
ui
/
hello.rs
blob: d23cbb611571534e5b46f4dda0714ebcee263955 [
file
] [
log
] [
blame
]
//@ run-pass
//@ revisions: e2015 e2018 e2021 e2024
//@[e2018] edition:2018
//@[e2021] edition:2021
//@[e2024] edition:2024
//@[e2024] compile-flags: -Zunstable-options
fn
main
()
{
println
!(
"hello"
);
}