diff options
Diffstat (limited to '')
-rw-r--r-- | prog/aoc/23/8/2.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prog/aoc/23/8/2.txt b/prog/aoc/23/8/2.txt new file mode 100644 index 0000000..7d1b58d --- /dev/null +++ b/prog/aoc/23/8/2.txt @@ -0,0 +1,5 @@ +LLR + +AAA = (BBB, BBB) +BBB = (AAA, ZZZ) +ZZZ = (ZZZ, ZZZ) |