hello-world/rust/helloworld.rs

4 lines
76 B
Rust
Raw Permalink Normal View History

2024-04-04 20:21:21 +00:00
//compiles and runs successfully
2024-04-04 18:19:43 +00:00
fn main() {
println!("Hello World!");
}