Skip to content

Mini-Ware/Math-Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Math-Quiz

Solve 20 simple math questions and see how accurate/fast you are!

License Stars Forks
Contributors Issues Commit

Want to try?

  1. Clone this repository
$ git clone https://github.com/Mini-Ware/Math-Quiz
  1. Compile the file (Using any C compiler)
$ cd Math-Quiz
$ gcc quiz.c -o quiz
  1. Run the compiled file
$ ./quiz

Anything else?

  • Star this repository if you liked it
  • Submit issues for more features/report bugs
  • Contribute by making pull requests