A simple number guessing game written in Rust โ built as part of my journey learning the language!
The game randomly selects a number between 1 and 100.
- You enter your guess.
- The program tells you whether your guess is too high, too low, or correct.
- The game continues until you guess the correct number.
Make sure you have Rust installed. If not, install it with:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh