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>
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.