rust/src/test/ui/hello2021.rs
2021-11-03 20:00:00 -07:00

6 lines
72 B
Rust

// run-pass
// edition:2021
fn main() {
println!("hello, 2021");
}