This is a basic quiz app that lets you answer questions from a csv file within a time frame and prints your score at the end.
- Make sure you have Golang installed on your machine.
- Once you have the repo set up on your machine run
go run quiz.go
to start the application with default options - To customize the options run
go run quiz.go -help
to see the options available
This application is open to contributions in every form whether improvement of existing feature or new features. kindly raise a PR and I will happily approve.
Until next time. From an aspiring Gopher :)