Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 224 Bytes

File metadata and controls

15 lines (9 loc) · 224 Bytes

Advent Of Code 2017 - Python3

Setting up

cd python3
pip install pipenv
pipenv install

Running Tests

pipenv run py.test -v -v

Solving a day

(cd day_1 && pipenv run python day_1_part_1.py)