/adventofcode-golang

Advent Of Code solutions

Primary LanguageGoMIT LicenseMIT

Advent of Code: Go

Build

make

Run

Solve first puzzle of year 2019

./aoc

Solve second puzzle of year 2020

./aoc -year 2020 -day 2

Custom input

./aoc -year 2019 -day 3 -path /path/to/custom/input.txt