/AdventOfCodeDay20

Code of twentieth day of Advent of Code

Primary LanguagePythonApache License 2.0Apache-2.0

Advent of Code Day 20

Link to Advent of Code

Solution for Part 1 and 2 with typing. Again I have left out the inputData. The logging has stayed the same. To get the debug output one has to change level = INFO to level = DEBUG. I have also added test cases with the data given by the examples in the introduction.