diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2023-12-08 14:40:42 +0100 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2023-12-08 14:40:42 +0100 |
commit | 0dc456e1a476090ff8726d9a276054f226e31486 (patch) | |
tree | 27f4c3036f29cb6f84814fbf50ac4ff19838f45b /prog/aoc/23/8/3.txt | |
parent | aoc7 (diff) | |
download | r-0dc456e1a476090ff8726d9a276054f226e31486.tar r-0dc456e1a476090ff8726d9a276054f226e31486.tar.gz r-0dc456e1a476090ff8726d9a276054f226e31486.tar.bz2 r-0dc456e1a476090ff8726d9a276054f226e31486.tar.lz r-0dc456e1a476090ff8726d9a276054f226e31486.tar.xz r-0dc456e1a476090ff8726d9a276054f226e31486.tar.zst r-0dc456e1a476090ff8726d9a276054f226e31486.zip |
Diffstat (limited to 'prog/aoc/23/8/3.txt')
-rw-r--r-- | prog/aoc/23/8/3.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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) |