Update README.md

Adding Link to Q1
This commit is contained in:
Aman Tahiliani
2024-09-16 04:27:11 +05:30
committed by GitHub
parent 9bbbc5fa35
commit 65a419584b

View File

@@ -6,5 +6,5 @@
- [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]()
- [Solution]( https://github.com/AmanTahiliani/gophercises/blob/main/1.%20Quiz%20Game/quiz.go )
- [Exercise 2`: URL Shortener](https://gophercises.com/exercises/urlshortener)