Skip to content

go-spass/gophercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gophercises

Code from the Gophercises course by John Calhoun

Exercises

Exercise 1: Quiz Game

Create a program that will read in a quiz provided via a CSV file (more details below) and will then give the quiz to a user keeping track of how many questions they get right and how many they get incorrect. There is a timer set to 30 seconds by default, but can be changed with a flag.

make quiz
./build/quiz

Exercise 2: URL Shortener

See README.md for details

make urlshort
./build/urlshort

About

Code from the Gophercises course by John Calhoun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published