aboutsummaryrefslogtreecommitdiffstats
path: root/day08/example1.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/example1.txt
parentimproving day7 solution (diff)
downloadaoc23-b961ad7dcf9aa0e2d2b09730704877eed2da68e7.tar.gz
aoc23-b961ad7dcf9aa0e2d2b09730704877eed2da68e7.zip
day8
Diffstat (limited to 'day08/example1.txt')
-rw-r--r--day08/example1.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/day08/example1.txt b/day08/example1.txt
new file mode 100644
index 0000000..9029a1b
--- /dev/null
+++ b/day08/example1.txt
@@ -0,0 +1,9 @@
1RL
2
3AAA = (BBB, CCC)
4BBB = (DDD, EEE)
5CCC = (ZZZ, GGG)
6DDD = (DDD, DDD)
7EEE = (EEE, EEE)
8GGG = (GGG, GGG)
9ZZZ = (ZZZ, ZZZ)