aryan9600 / quiz-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiz-CLI

Quiz-CLI is a command line tool for quizzes. You provide a fileName.csv with the structure "question, answer", and it lets you conduct a quiz in your terminal!

This is my first project in GoLang! 😃

This is a part of the Gophercises by Jon Calhoun.

Arguments

  • --csv : Name of the csv file
  • --limit: Time limit for the quiz (in seconds)

Example command: ./quiz-cli --csv=problems.csv --limit=50

About


Languages

Language:Go 100.0%