mirror of
https://github.com/parnic/advent-of-code-2023.git
synced 2025-06-17 00:51:52 -05:00
Day 8
This one felt good. And I hit a new personal best on the global leaderboard of 562/404.
This commit is contained in:
5
inputs/08b.txt
Normal file
5
inputs/08b.txt
Normal file
@ -0,0 +1,5 @@
|
||||
LLR
|
||||
|
||||
AAA = (BBB, BBB)
|
||||
BBB = (AAA, ZZZ)
|
||||
ZZZ = (ZZZ, ZZZ)
|
Reference in New Issue
Block a user