Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
hello.rs
blob: c66b7c60fb4eac0584a8d0578334dc7e3eefb827 [
file
]
// 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"
);
}