nichts/nyx/flake/templates/rust/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2024-04-09 23:11:33 +02:00
fn main() {
println!("Hello, world!");
}