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

day20a.txt (59B)


      1 broadcaster -> a, b, c
      2 %a -> b
      3 %b -> c
      4 %c -> inv
      5 &inv -> a