6 lines
59 B
Rust
6 lines
59 B
Rust
pub mod game;
|
|
|
|
fn main() {
|
|
game::Game::new().play();
|
|
}
|