playground/rust/hello.rs

3 lines
No EOL
43 B
Rust

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