Skip to content

chuckds/aoc2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published