nichts/templates/rust/src/main.rs

4 lines
44 B
Rust
Raw Normal View History

2025-06-05 08:27:20 +02:00
fn main() {
println!("Hello World!");
}