An open API service indexing awesome lists of open source software.

https://github.com/krish8learn/mathquiz

Read question from csv file, ask the question, receive answers and print result. Whole operation will be performed in command-line.
https://github.com/krish8learn/mathquiz

Last synced: 9 months ago
JSON representation

Read question from csv file, ask the question, receive answers and print result. Whole operation will be performed in command-line.

Awesome Lists containing this project

README

          

# MathQuiz
Read questions from csv file, ask the question, receive answers and print result. Whole operation will be performed in command-line.

How to run the Application
run this command in terminal -->
go build . && ./MathQuiz -time="your desired time" -csv="name of the csv file"