summaryrefslogtreecommitdiff
path: root/2023/day8/example.txt
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-12-08 13:19:54 +0100
committerSanto Cariotti <santo@dcariotti.me>2023-12-08 13:19:54 +0100
commitf00cfad68ad1e28467703aa3cec96c41d3e4821b (patch)
treeaca4cb4406a3e06f8153c71ea94cef1304f81ff8 /2023/day8/example.txt
parentc34b3109bb6d7bc40208428d6afa031227186911 (diff)
day8 p1
Diffstat (limited to '2023/day8/example.txt')
-rw-r--r--2023/day8/example.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/2023/day8/example.txt b/2023/day8/example.txt
new file mode 100644
index 0000000..9029a1b
--- /dev/null
+++ b/2023/day8/example.txt
@@ -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)