hello-world/rust/helloworld.rs
2024-04-04 22:21:21 +02:00

4 lines
76 B
Rust

//compiles and runs successfully
fn main() {
println!("Hello World!");
}