aboutsummaryrefslogtreecommitdiff
path: root/2023/08/ex2.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-12-11 15:14:47 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-12-11 15:14:47 +0100
commit554ad47f09974f0131df285fda8ea50a1fdad8f5 (patch)
treed23caeb85e7fce6290664a0ebf3c96f513efbe94 /2023/08/ex2.txt
downloadaoc-554ad47f09974f0131df285fda8ea50a1fdad8f5.tar.gz
aoc-554ad47f09974f0131df285fda8ea50a1fdad8f5.zip
Initial commit, some solutions
Diffstat (limited to '2023/08/ex2.txt')
-rw-r--r--2023/08/ex2.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/2023/08/ex2.txt b/2023/08/ex2.txt
new file mode 100644
index 0000000..4efe0f6
--- /dev/null
+++ b/2023/08/ex2.txt
@@ -0,0 +1,10 @@
1LR
2
3OOA = (OOB, XXX)
4OOB = (XXX, OOZ)
5OOZ = (OOB, XXX)
6TTA = (TTB, XXX)
7TTB = (TTC, TTC)
8TTC = (TTZ, TTZ)
9TTZ = (TTB, TTB)
10XXX = (XXX, XXX)

Generated with cgit - Back to sebastiano.tronto.net