/AdventOfCode2021

Solutions for advent of code 2021 in python

Primary LanguagePython

Advent of code 2021

This repository contains my solutions for advent of code 2021. It's my fist time programming with python so don't expect too much magical stuff.

Testing

To execute all tests install pytest via pip install pytest and run pytest *.py.