Files
gophercises/README.md

10 lines
539 B
Markdown

### Gophercises
- [Gophercises](https://gophercises.com/) is a series of coding exercises designed to help you improve your Go programming skills.
### Exercises
- [Exercise 1: Quiz Game](https://gophercises.com/exercises/urlshortener)
- A simple quiz game that reads from a CSV file and asks users questions with a time limit to test basic knowledge of Goroutines.
- Skills: CSV parsing, Goroutines, Channels, and time management.
- [Solution]()
- [Exercise 2`: URL Shortener](https://gophercises.com/exercises/urlshortener)