aboutsummaryrefslogtreecommitdiff
path: root/2023/08/ex2.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-12-13 23:04:01 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-12-13 23:04:01 +0100
commitb50110f5d370be071f9f1ce5ef4e1a7fdf41ce58 (patch)
treeff5c362a6c802ecb17ea053787714d034242a290 /2023/08/ex2.txt
parent2bf891c41c4613c83d869796cb68793ddb629ab8 (diff)
downloadaoc-b50110f5d370be071f9f1ce5ef4e1a7fdf41ce58.tar.gz
aoc-b50110f5d370be071f9f1ce5ef4e1a7fdf41ce58.zip
Cleanup
Diffstat (limited to '2023/08/ex2.txt')
-rw-r--r--2023/08/ex2.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/2023/08/ex2.txt b/2023/08/ex2.txt
deleted file mode 100644
index 4efe0f6..0000000
--- a/2023/08/ex2.txt
+++ /dev/null
@@ -1,10 +0,0 @@
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