An open API service indexing awesome lists of open source software.

https://github.com/homocodens/adventofcode_2020_py


https://github.com/homocodens/adventofcode_2020_py

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# adventofcode_2020_py

This project uses `pipenv` for venv management.

```
# Install dependencies
pipenv install

# Activate venv shell
pipenv shell

# To run day 3
python -m aochc 3

# To run days 6 - 9
python -m aochc 6 9
```

I wanted to tidy up days 15 through 25 at some point. Hasn't happened (yet) so expect gratuitous debugging output when running those.