Skip to content
/ quiz Public
forked from gophercises/quiz

Ex 1 - Run timed quizzes via the command line

Notifications You must be signed in to change notification settings

Jasstkn/quiz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise #1: Quiz Game

Exercise details

Exercise details are described in PROBLEM.md

Installation

go build
./quiz

Usage

Usage of quiz:
  -file string
        the path to file with questions (default "problems.csv")
  -limit int
        the timer for answering questions in seconds (default 30)
  -shuffle
        shuffle questions

About

Ex 1 - Run timed quizzes via the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%