aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/12
diff options
context:
space:
mode:
Diffstat (limited to 'AoC2022/12')
-rw-r--r--AoC2022/12/solver.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/AoC2022/12/solver.lisp b/AoC2022/12/solver.lisp
index 3297fd5..ce9a02a 100644
--- a/AoC2022/12/solver.lisp
+++ b/AoC2022/12/solver.lisp
@@ -58,4 +58,4 @@
(fiveam:is (= 29 (solver "eg-in" (lambda (x) (<= x 1)))))
(fiveam:is (= 361 (solver "input" (lambda (x) (= x 0)))))
(fiveam:is (= 354 (solver "input" (lambda (x) (<= x 1))))))
-(fiveam:run-all-tests)
+