Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 312 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 312 Bytes

quiz-cli

Command line quiz app written in Go

Usage:

Quiz can be run using custom problem CSV and timer can be set for quiz using -time flags:

  -csv string
    	problem file in 'question,answer' format (default "problems.csv")
  -time int
    	time limit for the quiz in seconds (default 30)
      ```