box-o-sand/scarytxt/src/main.rs
2020-12-18 18:44:11 -05:00

6 lines
59 B
Rust

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