Some overengineered Python solutions for Advent of Code 2023
docker build -t advent-of-code-python-app .
docker run advent-of-code-python-app
| Day | Part 1 | Part 2 |
|---|---|---|
| 01 | ⭐️ | ⭐️ |
| 02 | ⭐️ | ⭐️ |
| 03 | ⭐️ | ⭐️ |
| 04 | ⭐️ | ⭐️ |
| 05 | todo | todo |
| 06 | ⭐️ | ⭐️ |
| 07 | todo | todo |
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
Over-engineered python solutions to Advent of Code