My solutions to advent of code challenges.
- Store the cookie in
env.shasAOC_COOKIE. - Download the input data using
./download.sh <year> <day>. - Solve it using
python solve.py <year> <day>. To solve using example input, put the data intest.txtand pass--testflag.