This is an implementation of the Guessing Game tutorial described in The Rust Programming Language, Chapter 2: Programming a Guessing Game
- Install Rust
- Clone this repo
git clone [email protected]:michael-g-matthews/guessing_game.git
cd guessing_game
- Build
cargo build
cargo run