Files
learning-rust/src/main.rs
2025-10-28 18:57:27 +03:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}