/aoc-2019-golang

Advent of Code 2019 in Golang

Primary LanguageGo

Advent of Code 2019 in Golang

make aoc2019 builds an aoc2019 binary.

make print3 to build and print the Day 3 solution. This is an alias of ./aoc2019 -day=3 or the like.