# math-quix A very simple math based quiz cli app. It shows 2 random numbers with a random operation (Add, Subtract and Multiply) **Still a work in progress. I'm planning to add a lot more features.** ## Installation Available on [crates.io](https://crates.io/crates/math_quix) **Manual** - `git clone https://github.com/DevHyperCoder/math_quix` - `cd math_quix` - `cargo install --path .` ## LICENSE math-quix is licensed under GPL-3 license.