Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 281 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 281 Bytes

adventofcode2019

Advent of Code exercises, TDD in python

Development

Requirements

python 3.7

Setup

pip install -r requirements.txt

Tests

run sniffer in the folder of the given day (e.g. in fiddles/_01) to develop in TDD