Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/goggle/advent-of-code-2017

My solutions of the "Advent of Code 2017"
https://github.com/goggle/advent-of-code-2017

advent-of-code challenges

Last synced: 1 day ago
JSON representation

My solutions of the "Advent of Code 2017"

Awesome Lists containing this project

README

        

# Advent of Code 2017

My solutions for the ["Advent of Code" challenges 2017](http://adventofcode.com/2017).

I use [go](https://golang.org/) as the programming language to complete the challenges. To execute the code, run
```
go run name_of_the_challenge.go < input
```
in the directory of the challenge.