Quiz A quiz system implemented in go. Installation Make sure you have go installed Clone the repo git clone https://github.com/theredditbandit/quiz.git Navigate into the cloned directory cd quiz Download the dependencies go mod install Compile the binary go build . Or install system wide using go install Pictures