Files
text-game/platforms/web/src/main.rs
2026-02-09 15:13:50 +01:00

4 lines
45 B
Rust

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