/higher_lower

A simple guessing game I made to practice my Rust skills.

Primary LanguageRustMIT LicenseMIT

Higher Lower

A simple guessing game I made to practice my Rust skills.

Running

  1. Clone the repository using the git clone command:
$ git clone https://github.com/shadawcraw/higher_lower.git
  1. Run the program using cargo (You can install it via the Rust website.)
$ cargo run  # Run this in the root of the repository.