summaryrefslogtreecommitdiff
path: root/day08/test1
diff options
context:
space:
mode:
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)