rust-exercises/hello_world/main.rs

4 lines
45 B
Rust
Raw Normal View History

2024-10-11 14:04:54 +00:00
fn main() {
println!("Hello, world!");
}