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 8a1910e174
commit d1a1ce775e

View file

@ -34,7 +34,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),