Advent-of-Code
Project overview
Project structure
data/:example/: example files go hereinput/: this directory is gitignored, input files go here
aoc/: cli implementationsrc/:solution/year_<year>/day_<day>.py: solution files
.env.example: example dotenv file
cli
python main.py create [-y <year>] <day>: prepare solution files fordaypython main.py download [-y <year>] <day>: download input file fordaypython main.py solve [-y <year>] <day>: run solution against input forday
dotenv
set AOC_SESSION_TOKEN to AoC session Cookie
FAQ
How are your commits numbered in ascending order?
Languages
Python
100%