Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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)