aoc-all
My solutions to all Advent of Code
git clone
https://git.instinctive.eu/aoc-all.git
Log
|
Files
|
Refs
|
README
|
LICENSE
day08a.txt (56B)
1
LLR
2
3
AAA = (BBB, BBB)
4
BBB = (AAA, ZZZ)
5
ZZZ = (ZZZ, ZZZ)