https://github.com/jonrh/projecteuleringo
Solutions for Project Euler problems, a way for me to learn programming in Go.
https://github.com/jonrh/projecteuleringo
Last synced: about 1 month ago
JSON representation
Solutions for Project Euler problems, a way for me to learn programming in Go.
- Host: GitHub
- URL: https://github.com/jonrh/projecteuleringo
- Owner: jonrh
- License: mit
- Created: 2015-01-17T20:27:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-17T21:44:40.000Z (over 11 years ago)
- Last Synced: 2023-02-27T19:38:38.173Z (over 3 years ago)
- Language: Go
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProjectEulerInGo
Solutions for Project Euler problems, a way for me to learn programming in Go. Please note the solutions will
almost certainly be non-optimal and even incorrect. It's just for me to start exercising programming in Go.