diff --git a/1_Quiz_Game/go.mod b/1. Quiz Game/go.mod similarity index 100% rename from 1_Quiz_Game/go.mod rename to 1. Quiz Game/go.mod diff --git a/1_Quiz_Game/quiz.csv b/1. Quiz Game/quiz.csv similarity index 100% rename from 1_Quiz_Game/quiz.csv rename to 1. Quiz Game/quiz.csv diff --git a/1_Quiz_Game/quiz.go b/1. Quiz Game/quiz.go similarity index 100% rename from 1_Quiz_Game/quiz.go rename to 1. Quiz Game/quiz.go diff --git a/README.md b/README.md new file mode 100644 index 0000000..53147c9 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +### 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) \ No newline at end of file