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