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

https://github.com/alphapeter/aoc2016

Advent of code (golang)
https://github.com/alphapeter/aoc2016

Last synced: 9 months ago
JSON representation

Advent of code (golang)

Awesome Lists containing this project

README

          

# Advent of code 2016
As a reason to learn GO, the solutions are written in Go (https://golang.org/)
http://adventofcode.com/2016

Type go run dayX/file.go in the root directory to run each solution