aboutsummaryrefslogtreecommitdiffstats
path: root/day08/example2.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/example2.txt
parentimproving day7 solution (diff)
downloadaoc23-b961ad7dcf9aa0e2d2b09730704877eed2da68e7.tar.gz
aoc23-b961ad7dcf9aa0e2d2b09730704877eed2da68e7.zip
day8
Diffstat (limited to 'day08/example2.txt')
-rw-r--r--day08/example2.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/day08/example2.txt b/day08/example2.txt
new file mode 100644
index 0000000..7d1b58d
--- /dev/null
+++ b/day08/example2.txt
@@ -0,0 +1,5 @@
1LLR
2
3AAA = (BBB, BBB)
4BBB = (AAA, ZZZ)
5ZZZ = (ZZZ, ZZZ)