Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 418 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 418 Bytes

Advent of Code 2021

Solving the advent calendar: https://adventofcode.com/2021

Let's see how far I get this year ..

To run individual solution for a day the command pattern is usually something like this:

./day01.py input01.txt

Some of the solutions have self tests. These can be executed by running the script without arguments. Some of the solutions have separate unittests. To run these run:

pytest