Advent of Code Getting started Make a virtual env python3 -m venv venv Activate it source venv/bin/activate Install the cli pip install --editable . Run a solution to see the results solve 21 01 a