adventofcode/2022
Sven Heidemann 8e82f6245e Improved run scripts 2023-11-28 15:27:44 +00:00
..
src Moved year 2023-11-28 13:28:09 +00:00
LICENSE Moved year 2023-11-28 13:28:09 +00:00
README.md Moved year 2023-11-28 13:28:09 +00:00
deps.txt Moved year 2023-11-28 13:28:09 +00:00
run_day Improved run scripts 2023-11-28 15:27:44 +00:00

README.md

adventofcode-2022

https://adventofcode.com/2022

Original at: https://git.sh-edraft.de/edraft/adventofcode-2022.git

Session

Save the session key from https://adventofcode.com/ to .env file in the variable session=

Execute

First create a venv and install deps with pip install -r deps.txt --upgrade --extra-index-url https://pip.sh-edraft.de

Then run code easily with ./run {Number-of-day}