Update Naming and adding README

This commit is contained in:
2024-09-15 18:55:51 -04:00
parent c98d3d9513
commit 9bbbc5fa35
4 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@@ -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)