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.
- Host: GitHub
- URL: https://github.com/krish8learn/mathquiz
- Owner: krish8learn
- Created: 2022-05-10T18:30:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-11T08:03:09.000Z (about 4 years ago)
- Last Synced: 2025-02-15T22:43:49.013Z (over 1 year ago)
- Language: Go
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"