rust/tests/run-pass/hello.rs
2018-12-19 12:16:07 +01:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}