shuffle shuffle
This commit is contained in:
5
rustbook/scarytxt/src/main.rs
Normal file
5
rustbook/scarytxt/src/main.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
pub mod game;
|
||||
|
||||
fn main() {
|
||||
game::Game::new().play();
|
||||
}
|
Reference in New Issue
Block a user