diff options
Diffstat (limited to '2023/08/resources/input_small1.txt')
-rw-r--r-- | 2023/08/resources/input_small1.txt | 9 |
1 files changed, 9 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 @@ | |||
1 | RL | ||
2 | |||
3 | AAA = (BBB, CCC) | ||
4 | BBB = (DDD, EEE) | ||
5 | CCC = (ZZZ, GGG) | ||
6 | DDD = (DDD, DDD) | ||
7 | EEE = (EEE, EEE) | ||
8 | GGG = (GGG, GGG) | ||
9 | ZZZ = (ZZZ, ZZZ) | ||