https://github.com/mandliya/gophercise-1-quiz-game
A simple quiz game to learn Go. This uses channels, csv reader, command line arguments etc.
https://github.com/mandliya/gophercise-1-quiz-game
Last synced: 2 months ago
JSON representation
A simple quiz game to learn Go. This uses channels, csv reader, command line arguments etc.
- Host: GitHub
- URL: https://github.com/mandliya/gophercise-1-quiz-game
- Owner: mandliya
- Created: 2018-04-11T04:40:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T04:41:34.000Z (over 7 years ago)
- Last Synced: 2025-05-21T21:08:29.149Z (5 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [Gophercises 1](https://gophercises.com/exercises/quiz)
A simple quiz game to learn Go. This uses channels, csv reader, command line arguments etc.