unrolled / aoc

Solving Advent of Code with Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

Using golang with only the standard library.

# Run all
$ make run

# Run single day
$ make run 1

About

Solving Advent of Code with Go


Languages

Language:Go 99.9%Language:Makefile 0.1%