box-o-sand/rustbook/scarytxt/src/main.rs
2021-09-12 10:55:12 -04:00

6 lines
59 B
Rust

pub mod game;
fn main() {
game::Game::new().play();
}