8 lines
109 B
Rust
8 lines
109 B
Rust
// run-pass
|
|
// edition:2021
|
|
// compile-flags: -Zunstable-options
|
|
|
|
fn main() {
|
|
println!("hello, 2021");
|
|
}
|