day 8 puzzle 1

This commit is contained in:
2023-12-08 23:58:03 +01:00
parent a170fb9b50
commit 3f2f2fd741
5 changed files with 68 additions and 2 deletions

View File

@ -0,0 +1,5 @@
LLR
AAA = (BBB, BBB)
BBB = (AAA, ZZZ)
ZZZ = (ZZZ, ZZZ)