Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 185 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 185 Bytes

adventOfCode2020

https://adventofcode.com/2020

pyenv install 3.9.0 ~/.pyenv/versions/3.9.0/bin/python3.9 -m venv venv source venv/bin/activate pip install -r requirements.txt pytest