aboutsummaryrefslogtreecommitdiff
path: root/2023/08/ex2.txt
diff options
context:
space:
mode:
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