Files
gophercises/README.md
Aman Tahiliani b22ab92d79 Update README.md
2024-09-16 04:28:18 +05:30

12 lines
684 B
Markdown

### Author: [Aman Tahiliani](https://github.com/AmanTahiliani)
### 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]( https://github.com/AmanTahiliani/gophercises/blob/main/1.%20Quiz%20Game/quiz.go )
- [Exercise 2`: URL Shortener](https://gophercises.com/exercises/urlshortener)