My solutions for Advent of Code puzzles alongside utility functions
Loads inputs from /inputs directory. Downloads directly from website when cookie.dat is specified
Running solution for current day/year:
python -m AoCspecifying --day and --year allows to run a different day/year than current calendar one
Additionaly, --day may contain optional suffix used for file resolution (Useful if there are multiple solutions for the same puzzle)