aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/15
diff options
context:
space:
mode:
Diffstat (limited to 'AoC2022/15')
-rw-r--r--AoC2022/15/solver.lisp2
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