My solutions to the puzzles in Advent of Code
I use Python to solve the puzzles.
To be able to run the scripts, you may need to install the provided code as a package:
cd advent_of_code/python
python3 -m pip install -e .
Then you need to cd
to each folder and run the scripts from there, e.g.
cd aoc2015/day01
python3 d01.py