Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 163 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 163 Bytes

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