Guessing Game A simple guessing game. Made with Rust. See Chapter 2 of the Rust book Build Linux git clone https://github.com/sypleks/guessing-game.git cd guessing-game/ cargo build The binary will be in target/debug/