13 lines
352 B
Markdown
13 lines
352 B
Markdown
|
# adventofcode-2023
|
||
|
|
||
|
https://adventofcode.com/2023
|
||
|
|
||
|
## 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}```
|