This is a simple number guessing game written in Rust. The game generates a random number between 1 and 100 and the player has to guess it. The game will give hints if the guess is too high or too low.
To run the game, you need to have Rust installed.
Once you have Rust installed, you can run the game by executing the following command:
cargo run Or in release mode: cargo run --release