5 Simple CLI Math Games
- Go >= 1.19
- Make
make install
# go install
brain-games run --help
# ...
# Available Commands:
# calc Adding, subtraction or multiplication of two values
# even You need to answer whether a given number is even or not
# ...
brain-games run [gamename]
make test