Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
hello.rs
blob: c66b7c60fb4eac0584a8d0578334dc7e3eefb827 [
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"
);
}