Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 251 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 251 Bytes

Quiz

Command line quiz game in go.

Usage

It accepts a quiz csv file as a csv command line flag, or uses default file.

./quiz -csv=filename.csv


Idea from Gophercises by Jon Calhoun.