From 65a419584bff8266fe800505281d4b451fd7d77b Mon Sep 17 00:00:00 2001 From: Aman Tahiliani <65684756+AmanTahiliani@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:27:11 +0530 Subject: [PATCH] Update README.md Adding Link to Q1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53147c9..5f57662 100644 --- a/README.md +++ b/README.md @@ -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]() -- [Exercise 2`: URL Shortener](https://gophercises.com/exercises/urlshortener) \ No newline at end of file + - [Solution]( https://github.com/AmanTahiliani/gophercises/blob/main/1.%20Quiz%20Game/quiz.go ) +- [Exercise 2`: URL Shortener](https://gophercises.com/exercises/urlshortener)