icing/src/main.rs
2025-12-14 22:42:17 +05:30

4 lines
45 B
Rust

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