Crates.io | mathfacts |
lib.rs | mathfacts |
version | 0.1.2 |
source | src |
created_at | 2022-09-05 16:18:05.833433 |
updated_at | 2022-09-07 02:30:59.108104 |
description | A small command-line application to practice math facts. |
homepage | https://github.com/genonullfree/mathfacts.git |
repository | https://github.com/genonullfree/mathfacts.git |
max_upload_size | |
id | 658929 |
size | 20,079 |
This package is to help practice common / simple math facts. I wrote it for my 8yo son to practice his addition, subtraction, and multiplication.
At the end of the number
of questions it will display a tally with the following info:
USAGE:
mathfacts [OPTIONS] <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
-m, --max <MAX> Largest number to possibly generate [default: 12]
-n, --number <NUMBER> Number of questions to ask [default: 10]
--negative Allow random to generate negative numbers
SUBCOMMANDS:
add
help Print this message or the help of the given subcommand(s)
multiply
subtract