Advent of Code solved in Python.
Note that the script written are in no way optimized and are written for best readability.
day_n/
├─ day_n.py
├─ example.txt
├─ input.txt
├─ README.md
Each solution contains a step_one()
and step_two()
for both part of the puzzle.