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
parent 57ada9e80f
commit cf3a9298d3

View file

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