adventofcode/2022/README.md

15 lines
420 B
Markdown
Raw Permalink Normal View History

2022-11-30 09:59:59 +01:00
# adventofcode-2022
2022-11-30 11:51:08 +01:00
https://adventofcode.com/2022
2022-12-01 07:29:36 +01:00
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=```
2022-11-30 11:51:08 +01:00
## Execute
2022-12-04 09:17:40 +01:00
First create a venv and install deps with ```pip install -r deps.txt --upgrade --extra-index-url https://pip.sh-edraft.de```
2022-11-30 11:51:08 +01:00
Then run code easily with ```./run {Number-of-day}```