Go to file
2022-12-12 08:11:45 +01:00
src day 12 2022-12-12 08:11:45 +01:00
.gitignore added input caching to aoc 2022-12-05 14:36:05 +01:00
deps.txt updated deps 2022-12-05 14:37:57 +01:00
LICENSE Added template 2022-11-30 11:51:08 +01:00
README.md day 4 2022-12-04 09:17:40 +01:00
run Added template 2022-11-30 11:51:08 +01:00

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}