mirror of
https://github.com/AmanTahiliani/gophercises.git
synced 2026-08-07 11:53:44 -04:00
Update Naming and adding README
This commit is contained in:
10
README.md
Normal file
10
README.md
Normal 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)
|
||||||
Reference in New Issue
Block a user