VanRust Study Night: Guessing Game Tutorial For our VanRust meetup, we worked through the Guessing Game Tutorial from the Rust Book. Installation git clone git@github.com:VanRust/guessing_game.git cd guessing_game cargo run Guess the correct number and win!