diff options
Diffstat (limited to 'AoC2022/15/solver.lisp')
-rw-r--r-- | AoC2022/15/solver.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AoC2022/15/solver.lisp b/AoC2022/15/solver.lisp index a22efd4..fbe4ec3 100644 --- a/AoC2022/15/solver.lisp +++ b/AoC2022/15/solver.lisp @@ -112,7 +112,7 @@ (fiveam:is (= 56000011 (tune-soluton (fail-freq-edge (markers (uiop:read-file-lines "eg-in")) 0 20)))) (fiveam:is (= 11016575214126 (tune-soluton (fail-freq-edge (markers (uiop:read-file-lines "input")) 2700000 3300000))))) -(fiveam:run-all-tests) + ;; Obsolete drawing (defun grid (bounds) (destructuring-bind ((xmin xmax) (ymin ymax)) bounds |