AdventOfCode2021/day16
Luke Else dc6d332cf8 day 16b incomplete
This idea relies on the fact that the packets are sequenstial as opposed to being recursive.

To make it work I  need to make the whole packet processing process a function and pass in the subpackets in
2021-12-17 15:05:05 +00:00
..
16a day 16a complete 2021-12-17 13:23:44 +00:00
16b day 16b incomplete 2021-12-17 15:05:05 +00:00
input day 16a complete 2021-12-17 13:23:44 +00:00
testInput day 16b incomplete 2021-12-17 15:05:05 +00:00