From a2215340eba265d0debdd92b68a1853c2a0a039c Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sat, 9 Dec 2023 11:57:28 +0100 Subject: aoc(2308): Haunted Wasteland --- 2023/08/resources/input_small3.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2023/08/resources/input_small3.txt (limited to '2023/08/resources/input_small3.txt') 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 @@ +LR + +AAA = (AAB, XXX) +AAB = (XXX, AAZ) +AAZ = (AAB, XXX) +BBA = (BBB, XXX) +BBB = (BBC, BBC) +BBC = (BBZ, BBZ) +BBZ = (BBB, BBB) +XXX = (XXX, XXX) -- cgit v1.2.3