https://github.com/homocodens/adventofcode_2020_py
https://github.com/homocodens/adventofcode_2020_py
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/homocodens/adventofcode_2020_py
- Owner: HomoCodens
- Created: 2020-11-27T13:23:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T19:19:11.000Z (about 5 years ago)
- Last Synced: 2024-12-27T07:12:12.640Z (over 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.