From 0dc456e1a476090ff8726d9a276054f226e31486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Fri, 8 Dec 2023 14:40:42 +0100 Subject: aoc8 --- prog/aoc/23/8/3.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 prog/aoc/23/8/3.txt (limited to 'prog/aoc/23/8/3.txt') diff --git a/prog/aoc/23/8/3.txt b/prog/aoc/23/8/3.txt new file mode 100644 index 0000000..5b3fa58 --- /dev/null +++ b/prog/aoc/23/8/3.txt @@ -0,0 +1,10 @@ +LR + +11A = (11B, XXX) +11B = (XXX, 11Z) +11Z = (11B, XXX) +22A = (22B, XXX) +22B = (22C, 22C) +22C = (22Z, 22Z) +22Z = (22B, 22B) +XXX = (XXX, XXX) -- cgit v1.2.3