mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 03:57:37 +00:00
11 lines
163 B
Rust
11 lines
163 B
Rust
//@ run-pass
|
|
//@ revisions: e2015 e2018 e2021 e2024
|
|
|
|
//@[e2018] edition:2018
|
|
//@[e2021] edition:2021
|
|
//@[e2024] edition:2024
|
|
|
|
fn main() {
|
|
println!("hello");
|
|
}
|