rust_book_code 0.2.1

The code of rust book
Documentation
1
2
3
4
5
pub mod game;

pub fn game() {
    game::guessing_game();
}