projects/hello_world/hello_world.rs

3 lines
No EOL
44 B
Rust

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