Fix aoc lib bug

Lost 1h in 2025 day 4 pt 1 for this. :D

Apparently, ADJ is not used that often.
This commit is contained in:
Anders Englöf Ytterström 2025-12-04 08:03:45 +01:00 committed by Anders Englöf Ytterström
parent 4a070e827b
commit c3c2dd5759

View file

@ -35,7 +35,7 @@ DDa = {
ADJ = [ ADJ = [
(-1, -1), (-1, -1),
(-1, 0), (-1, 0),
(1, -1), (-1, 1),
(0, -1), (0, -1),
(0, 1), (0, 1),
(1, 1), (1, 1),