advent-of-code/README.md

19 lines
254 B
Markdown
Raw Normal View History

2024-12-03 14:35:25 +00:00
# Advent of code
My solutions to the [advent of code](https://adventofcode.com/) challenges, written in python
2025-01-04 14:20:08 +00:00
## How to run
### Run a single day
```shell
$ python3 run.py <year> <day>
```
### Run a whole year
```shell
$ python3 run.py <year>
```