https://github.com/falcucci/projecteuler-golang
Some euler solved problems using Go.
https://github.com/falcucci/projecteuler-golang
euler exercises golang
Last synced: 4 months ago
JSON representation
Some euler solved problems using Go.
- Host: GitHub
- URL: https://github.com/falcucci/projecteuler-golang
- Owner: falcucci
- License: mit
- Created: 2018-10-04T23:46:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T12:53:34.000Z (over 6 years ago)
- Last Synced: 2024-12-31T03:27:22.999Z (5 months ago)
- Topics: euler, exercises, golang
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Euler
This repository was created to share my solved euler math problems that aims to learn golang and have fun in the same time. All of the [problems](https://projecteuler.net/archives) comes from the Euler website and follow the correct sequency of the problems to avoid cheat.
I already solved some exercises using python and javascript focused on improve my skills in these awesome languages. It isn't different now but what a fuck I would like to learn `golang` now? that's a curious question. Seems like `golang` it's a famous hipster language just because you can do fast enought. So, said that I would like to learn this one to give a change for the language. :star:
_____
made with :purple_heart: by [@falcucci](https://github.com/falcucci)