diff options
Diffstat (limited to '2023/08/resources/input_small3.txt')
-rw-r--r-- | 2023/08/resources/input_small3.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ | |||
1 | LR | ||
2 | |||
3 | AAA = (AAB, XXX) | ||
4 | AAB = (XXX, AAZ) | ||
5 | AAZ = (AAB, XXX) | ||
6 | BBA = (BBB, XXX) | ||
7 | BBB = (BBC, BBC) | ||
8 | BBC = (BBZ, BBZ) | ||
9 | BBZ = (BBB, BBB) | ||
10 | XXX = (XXX, XXX) | ||