hello-world/rust/helloworld.rs
2024-04-04 20:19:43 +02:00

3 lines
43 B
Rust

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