PR3-Rust-SS26/0-introduction/2-hello-world.rs

4 lines
44 B
Rust

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