Solution for the projecteuler.net challenge coded in Golang, only plain code, no external library (:
In order to run the code, cd
in the folder related to the problem that you want to solve and run go test -v
.
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"