/aoc

Solving Advent of Code with Go

Primary LanguageGo

Advent of Code

Using golang with only the standard library.

# Run all
$ make run

# Run single day
$ make run 1