matiangul / adventofcode-2019

Advent of Code 2019

Home Page:https://adventofcode.com/2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2019

Environment

python 3.7.4
pytest 5.3.1

How to run program for selected day

Command looks same for each day, as an example here it is day 1:

python day_1.py < input/day_1.txt

How to run tests

Command looks same for each day, as an example here it is day 1:

pytest -s test_day_1.py < input/day_1.txt

About

Advent of Code 2019

https://adventofcode.com/2019

License:MIT License


Languages

Language:Python 100.0%