blastmud/blastmud_game/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2022-12-12 23:37:28 +11:00
fn main() {
println!("Hello, world!");
}