This commit is contained in:
2025-05-31 13:20:19 -04:00
parent 1da6e395bf
commit 8c7e8ae1cb

View File

@@ -7,5 +7,7 @@
- [Exercise 1: Quiz Game](https://gophercises.com/exercises/urlshortener) - [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. - 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. - Skills: CSV parsing, Goroutines, Channels, and time management.
- [Solution]( https://github.com/AmanTahiliani/gophercises/blob/main/1.%20Quiz%20Game/quiz.go ) - [Solution]( https://github.com/AmanTahiliani/gophercises/blob/main/1.%20Quiz%20Game/quiz.go )
- [Exercise 2`: URL Shortener](https://gophercises.com/exercises/urlshortener) - [Solution 2]( https://github.com/AmanTahiliani/gophercises/blob/1da6e395bf5b36ef8817009c1d5efe15420b4914/1.%20Quiz%20Game%20Sol2/main.go)
- [Exercise 2: URL Shortener](https://gophercises.com/exercises/urlshortener)