Python solutions for Advent of Code 2021 🎄🎅
For descriptions of the puzzles see the website.
| Day | Stars |
|---|---|
| 1 | ⭐ ⭐ |
| 2 | ⭐ ⭐ |
| 3 | ⭐ ⭐ |
| 4 | ⭐ ⭐ |
| 5 | ⭐ ⭐ |
| 6 | ⭐ ⭐ |
| 7 | ⭐ ⭐ |
| 8 | ⭐ ⭐ |
| 9 | ⭐ ⭐ |
| 10 | ⭐ ⭐ |
| 11 | ⭐ ⭐ |
| 12 | ⭐ ⭐ |
| 13 | ⭐ ⭐ |
| 14 | ⭐ ⭐ |
| 15 | ⭐ ⭐ |
| 16 | ⭐ ⭐ |
| 17 | ⭐ ⭐ |
| 18 | |
| 19 | |
| 20 | |
| 21 | |
| 22 | |
| 23 | |
| 24 | |
| 25 |
conda create -n python3.9 python=3.9
conda activate python3.9
pip install -r test-requirements.txt
Tests and formatting checks can be run locally in the activated conda environment:
tox