handsomefox / aoc

contains my solutions for different advent-of-code years

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aoc

How to run

make run y=$YEAR d=$DAY

or to run all:

make all

How to add a new year/day

make new y=$YEAR d=$DAY

About

contains my solutions for different advent-of-code years


Languages

Language:Go 99.9%Language:Makefile 0.1%