https://github.com/devhindo/goexercises
entry to mid-level go exercises to get familiar with the language
https://github.com/devhindo/goexercises
Last synced: 3 months ago
JSON representation
entry to mid-level go exercises to get familiar with the language
- Host: GitHub
- URL: https://github.com/devhindo/goexercises
- Owner: devhindo
- License: mit
- Created: 2024-05-15T00:49:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T01:01:17.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T21:32:33.649Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Exercies
## Description
each folder is an exercies
solve them in any order just be consistent :)
problem statement can be found in README file in each folder
## Contributing
just open a PR and create a folder in the root directory with the name of the exercies and put the problem statement in the README.md file and add a working Go solution within the folder and I'll review and merge it.