Math quiz CLI. You give it a list of questions/answers in a CSV, and see how well you do
After you have Golang and Glide installed, run the CLI command to install the dependencies: make install
- Test Coverage:
make cov - Test Suite:
make test
- Run
make run - If the project is built:
./go-math-quiz
- Run
make