Simple mental maths game written in Rust
You'll need the Rust stable (or nightly) toolchain to compile.
- Clone the repository
git clone https://github.com/celldra/quick-maths.git
- Compile
cd quick-maths
cargo build --release
- Run
cd target/release
./quick-maths
Profit!
Licensed under the MIT license, check LICENSE.md