Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 352 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 352 Bytes

Advent of Code 2021

https://adventofcode.com/2021/

First go at this, lets see what happens

Current pattern to run is:

src/d1.py input/d1
src/d2.py input/d2

Run tests with:

./Taskfile

This runs mypy and pytest. Also set up your repo with the precommit check or collect code coverage

./Taskfile initrepo
./Taskfile coverage