summary refs log tree commit diff
path: root/src/test/ui/hello2021.rs
blob: 134d8af5bfb8aba42320695460111a4b87ca45cf (plain)
1
2
3
4
5
6
// run-pass
// edition:2021

fn main() {
    println!("hello, 2021");
}