/guessing_game

A simple guessing game written in Rust language.

Primary LanguageRustBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Guessing Game

A simple guessing game written in Rust language. This is a coding exercise performed in learning process of Rust.

Reference:

https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html The Rust Programming Language, Steve Klabnik and Carol Nichols, with contributions from the Rust Community, 2nd Edition, 2023.