Basic project for learning Rust language. This exercise is taken from Rust book (chapter 2).
# clone the repo
$ git clone https://github.com/diogo-braz/rust_guessing_game.git
# change the working directory to rust_guessing_game
$ cd rust_guessing_game
# compile the program
$ cargo build --release
# run the program (in Windows)
$ ./target/release/rust_guessing_game.exe