[run.py] support year parameter

This commit is contained in:
2025-01-04 15:20:08 +01:00
parent 5e599b0f3a
commit 89b6b5e107
2 changed files with 32 additions and 10 deletions

View File

@@ -1,3 +1,18 @@
# Advent of code
My solutions to the [advent of code](https://adventofcode.com/) challenges, written in python
## How to run
### Run a single day
```shell
$ python3 run.py <year> <day>
```
### Run a whole year
```shell
$ python3 run.py <year>
```