Create a new day from templates
python aoc.py --create
Run against test data (if AOCD doesn't download example 2 data, copy it to the created test2.txt file)
python aoc.py --test
Run against real input data
python aoc.py
You can use the optional --day
and --year
arguments to specify which day/year to create or run