Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 (:

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"