math_quix

Crates.iomath_quix
lib.rsmath_quix
version0.1.0
sourcesrc
created_at2021-03-26 14:57:49.716997
updated_at2021-03-26 14:57:49.716997
descriptionA simple math quiz cli to practice basic arithmetic
homepage
repositoryhttps://github.com/DevHyperCoder/math_quix.git
max_upload_size
id373839
size5,338
(DevHyperCoder)

documentation

README

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

Manual

  • git clone https://github.com/DevHyperCoder/math_quix

  • cd math_quix

  • cargo install --path .

LICENSE

math-quix is licensed under GPL-3 license.

Commit count: 3

cargo fmt