full aoc8 fuck you
This commit is contained in:
parent
1c24854526
commit
d530bda461
7 changed files with 1269 additions and 0 deletions
11
src/aoc8test.txt
Normal file
11
src/aoc8test.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
LR
|
||||
|
||||
11A = (11B, XXX)
|
||||
12A = (11B, XXX)
|
||||
11B = (XXX, 11Z)
|
||||
11Z = (11B, XXX)
|
||||
22A = (22B, XXX)
|
||||
22B = (22C, 22C)
|
||||
22C = (22Z, 22Z)
|
||||
22Z = (22B, 22B)
|
||||
XXX = (XXX, XXX)
|
||||
Loading…
Add table
Add a link
Reference in a new issue