Guessing Game

This is a follow along repo for Chapter 2 of "The Book" on Rust-Lang. The chapter introduces us to the basic syntax and constructs of the language through a simple guessing game project.

Build

$ cargo build

Run

$ cargo run