Solve 20 simple math questions and see how accurate/fast you are!
- Clone this repository
$ git clone https://github.com/Mini-Ware/Math-Quiz
- Compile the file (Using any C compiler)
$ cd Math-Quiz
$ gcc quiz.c -o quiz
- Run the compiled file
$ ./quiz
- Star this repository if you liked it
- Submit issues for more features/report bugs
- Contribute by making pull requests