A simple Quiz
Practice from Go course
How to run it:
go build . && ./quiz
My Quiz has 2 flags:
-csv="problems.csv"
- path to the .csv file
-limit=10
- time limit for each question in seconds
.csv file is given for an example, so you can edit it and write your questions.