.dotfiles/files/templates/rust/src/main.rs
2025-07-04 18:26:00 +02:00

3 lines
45 B
Rust

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