AdventOfCode 2023 Setup curl -sSL https://install.python-poetry.org | python3 - poetry install poetry install Run To run all day tasks: poetry run AdventOfCode2023 To run a specific day task (e.g day1): poetry run AdventOfCode2023 1