This is a solution to (https://projecteuler.net/problem=14) written in Go, while taking advantage of Go's easily-implemented concurrency features for task parallelization seems like an easy win, this task is simple enough to be aloowed to run as a single-threaded process. Runtimes of this compiled code should complete within a fraction of a second.
- Go written by Robert Griesemer, Rob Pike and Ken Thompson