6 lines
72 B
Rust
6 lines
72 B
Rust
// run-pass
|
|
// edition:2021
|
|
|
|
fn main() {
|
|
println!("hello, 2021");
|
|
}
|