aboutsummaryrefslogtreecommitdiffstats
path: root/day08/example3.txt
diff options
context:
space:
mode:
authorOrfeas <38209077+0xfea5@users.noreply.github.com>2023-12-08 19:39:29 +0200
committerOrfeas <38209077+0xfea5@users.noreply.github.com>2025-10-28 23:20:45 +0200
commitb961ad7dcf9aa0e2d2b09730704877eed2da68e7 (patch)
tree43ae0da1254bb4a6d54df4a70380c19731adb05b /day08/example3.txt
parentimproving day7 solution (diff)
downloadaoc23-b961ad7dcf9aa0e2d2b09730704877eed2da68e7.tar.gz
aoc23-b961ad7dcf9aa0e2d2b09730704877eed2da68e7.zip
day8
Diffstat (limited to 'day08/example3.txt')
-rw-r--r--day08/example3.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/day08/example3.txt b/day08/example3.txt
new file mode 100644
index 0000000..5b3fa58
--- /dev/null
+++ b/day08/example3.txt
@@ -0,0 +1,10 @@
1LR
2
311A = (11B, XXX)
411B = (XXX, 11Z)
511Z = (11B, XXX)
622A = (22B, XXX)
722B = (22C, 22C)
822C = (22Z, 22Z)
922Z = (22B, 22B)
10XXX = (XXX, XXX)