rust/src/test/ui/new-import-syntax.rs
2019-07-27 18:56:16 +03:00

6 lines
61 B
Rust

// run-pass
pub fn main() {
println!("Hello world!");
}