Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alessiosavi/goprojecteuler
Solution for the projecteuler.net challenge coded in Golang, only plain code, no external library (:
https://github.com/alessiosavi/goprojecteuler
project-euler project-euler-go-solutions project-euler-solutions
Last synced: about 6 hours ago
JSON representation
Solution for the projecteuler.net challenge coded in Golang, only plain code, no external library (:
- Host: GitHub
- URL: https://github.com/alessiosavi/goprojecteuler
- Owner: alessiosavi
- Created: 2019-10-31T20:34:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T21:36:57.000Z (almost 4 years ago)
- Last Synced: 2024-05-10T18:58:40.431Z (8 months ago)
- Topics: project-euler, project-euler-go-solutions, project-euler-solutions
- Language: Go
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoProjectEuler
Solution for the projecteuler.net challenge coded in Golang, only plain code, no external library (:
## Run
In order to run the code, `cd` in the folder related to the problem that you want to solve and run `go test -v`.
### NOTE
If you cheat using this code instead of think about your own solution, you are a bad person (:
This repository is just for compare your result, please do not cheat.NOTE: Rewrite the algorithm in another programming language is not "solve the problem yourself"