aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/08
diff options
context:
space:
mode:
Diffstat (limited to 'AoC2022/08')
-rw-r--r--AoC2022/08/solver.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/AoC2022/08/solver.lisp b/AoC2022/08/solver.lisp
index f5a273f..2974648 100644
--- a/AoC2022/08/solver.lisp
+++ b/AoC2022/08/solver.lisp
@@ -47,4 +47,4 @@ The viewing distance is the lenght until a tree of equal height appears."
(fiveam:is (= 8 (solver-p2 "eg-in")))
(fiveam:is (= 327180 (solver-p2 "input"))))
-(fiveam:run-all-tests)
+