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

6 lines
61 B
Rust

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