diff options
Diffstat (limited to 'day08/test3')
-rw-r--r-- | day08/test3 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/day08/test3 b/day08/test3 new file mode 100644 index 0000000..401acc4 --- /dev/null +++ b/day08/test3 @@ -0,0 +1,10 @@ +LR + +AAA = (AAB, XXX) +AAB = (XXX, ZZZ) +ZZZ = (AAB, XXX) +BBA = (BBB, XXX) +BBB = (BBC, BBC) +BBC = (BBZ, BBZ) +BBZ = (BBB, BBB) +XXX = (XXX, XXX) |