/Guessing_game

The program will generate a random integer between one and a hundred. It will then prompt us to enter a guess. Upon entering our guess, it will tell us if we’re too low or too high.

Primary LanguageRust

Guessing_game

The program will generate a random integer between one and a hundred. It will then prompt us to enter a guess. Upon entering our guess, it will tell us if we’re too low or too high.


Prerequisite

Have Cargo and Rust


How to use the project

Go into the guessing_game directory.
To build the project, use:

cargo build

To run, use:

cargo run