Install Poetry and poetry install the project.
(Note: if Poetry is managing a virtual environment for you, you may need to use poetry run poe instead of just poe)
Set up some boilerplate for a day using poe boiler.
For example: poe boiler 2020 1
To get the test input for a particular puzzle, use poe get-input followed by year and day.
For example: poe get-input 2020 1
You must have the AOC_SESSION or AOCD_DIR environment variables set for this to work.
For more information see advent-of-code-data.
To run a particular puzzle, use poe solve followed by year and day.
For example: poe solve 2020 1
| Day | Part 1 | Part 2 |
|---|---|---|
| Day 1 | ⭐ | ⭐ |
| Day 2 | ⭐ | ⭐ |
| Day 3 | ⭐ | ⭐ |
| Day 4 | ⭐ | ⭐ |
| Day 5 | ⭐ | ⭐ |
| Day 6 | ⭐ | ⭐ |
| Day 7 | ⭐ | ⭐ |
| Day 8 | ⭐ |