/guessing-game

A guessing game in Rust

Primary LanguageRust

Guessing Game

This is an example guessing game from "The Rust Programming Language" online book.

Usage

Clone the repository and then:

cd guessing-game

cargo run