Skip to content

celldra/quick-maths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quick-maths

Simple mental maths game written in Rust

Compliation

You'll need the Rust stable (or nightly) toolchain to compile.

  1. Clone the repository
git clone https://github.com/celldra/quick-maths.git
  1. Compile
cd quick-maths
cargo build --release
  1. Run
cd target/release
./quick-maths

Profit!

License

Licensed under the MIT license, check LICENSE.md