Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 656 Bytes

README.md

File metadata and controls

45 lines (25 loc) · 656 Bytes

Advent of code

Solutions for advent of code

You can run this project with: Advent of code Data

Setup

poetry install

Run tests

poetry run pytest

Run

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

Initialize new challenge file

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