hello-world/rust/helloworld.rs

3 lines
43 B
Rust
Raw Normal View History

2024-04-04 18:19:43 +00:00
fn main() {
println!("Hello World!");
}