Commit working directory
This commit is contained in:
9
src/main.rs
Normal file
9
src/main.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
pub mod board;
|
||||
pub mod game;
|
||||
|
||||
use game::Game;
|
||||
|
||||
fn main() {
|
||||
let game = Game::new();
|
||||
game.run();
|
||||
}
|
||||
Reference in New Issue
Block a user