summaryrefslogtreecommitdiff
path: root/day08/test1
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2023-12-08 12:28:31 +0000
committerNat Lasseter <user@4574.co.uk>2023-12-08 12:28:31 +0000
commit0c8aba4e6a6fc64bbd0452e82abd3582849ef2c3 (patch)
treeb8f7affcde6e317291f5a9df0b17004d33ac6175 /day08/test1
parent382cb297ae29a8c453740d1ad3236cab74b88182 (diff)
Day 08 part 1; part 2 doesn't end; need be gooder think
Diffstat (limited to 'day08/test1')
-rw-r--r--day08/test19
1 files changed, 9 insertions, 0 deletions
diff --git a/day08/test1 b/day08/test1
new file mode 100644
index 0000000..9029a1b
--- /dev/null
+++ b/day08/test1
@@ -0,0 +1,9 @@
+RL
+
+AAA = (BBB, CCC)
+BBB = (DDD, EEE)
+CCC = (ZZZ, GGG)
+DDD = (DDD, DDD)
+EEE = (EEE, EEE)
+GGG = (GGG, GGG)
+ZZZ = (ZZZ, ZZZ)