Solutions for advent of code
You can run this project with: Advent of code Data
poetry install
poetry run pytest
poetry run aoccas solve -y 2023 -d 1 --submit
To run it using the aocd plugin you can run:
poetry run aoc -y 2023 -d 1
poetry run aoccas init-challenge -y 2023 -d 1
Set the environment variable AOC_SESSION
to use your personal input.
Instructions on how to find your session id