summaryrefslogtreecommitdiff
path: root/2023/08/resources
diff options
context:
space:
mode:
Diffstat (limited to '2023/08/resources')
-rw-r--r--2023/08/resources/input_small1.txt9
-rw-r--r--2023/08/resources/input_small2.txt5
-rw-r--r--2023/08/resources/input_small3.txt10
3 files changed, 24 insertions, 0 deletions
diff --git a/2023/08/resources/input_small1.txt b/2023/08/resources/input_small1.txt
new file mode 100644
index 0000000..9029a1b
--- /dev/null
+++ b/2023/08/resources/input_small1.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)
diff --git a/2023/08/resources/input_small2.txt b/2023/08/resources/input_small2.txt
new file mode 100644
index 0000000..7d1b58d
--- /dev/null
+++ b/2023/08/resources/input_small2.txt
@@ -0,0 +1,5 @@
1LLR
2
3AAA = (BBB, BBB)
4BBB = (AAA, ZZZ)
5ZZZ = (ZZZ, ZZZ)
diff --git a/2023/08/resources/input_small3.txt b/2023/08/resources/input_small3.txt
new file mode 100644
index 0000000..abd2095
--- /dev/null
+++ b/2023/08/resources/input_small3.txt
@@ -0,0 +1,10 @@
1LR
2
3AAA = (AAB, XXX)
4AAB = (XXX, AAZ)
5AAZ = (AAB, XXX)
6BBA = (BBB, XXX)
7BBB = (BBC, BBC)
8BBC = (BBZ, BBZ)
9BBZ = (BBB, BBB)
10XXX = (XXX, XXX)