adventofcode/README.md
2022-11-30 11:51:08 +01:00

9 lines
190 B
Markdown

# adventofcode-2022
https://adventofcode.com/2022
## Execute
First create a venv and install deps with ```pip install -t deps.txt```
Then run code easily with ```./run {Number-of-day}```