# Advent of code My solutions to the [advent of code](https://adventofcode.com/) challenges, written in python ## How to run ### Run a single day ```shell $ python3 run.py ``` ### Run a whole year ```shell $ python3 run.py ```