This is my collection of solutions to the advent of code challenges.
Advent of Code is an advent calender with programming puzzles. You can find more about it here.
Clone the repo, then install the dependecies pip install -r requirements.txt.
You also need to set the AOC_SESSION environment variable like so export AOC_SESSION=<your_aoc_token>. Instructions on how to get your token can be found here.