Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 364 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 364 Bytes

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!