Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
src
/
test
/
ui
/
hello2021.rs
blob: 738f151b0f60b17c8aee1845f5123bb30114a8b2 [
file
] [
log
] [
blame
] [
edit
]
// run-pass
// edition:2021
// compile-flags: -Zunstable-options
fn
main
()
{
println
!(
"hello, 2021"
);
}