aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/01
diff options
context:
space:
mode:
Diffstat (limited to 'AoC2022/01')
-rwxr-xr-xAoC2022/01/solver.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/AoC2022/01/solver.lisp b/AoC2022/01/solver.lisp
index ee84450..d39bb7c 100755
--- a/AoC2022/01/solver.lisp
+++ b/AoC2022/01/solver.lisp
@@ -20,4 +20,4 @@
;; calculate the maximum from each elves rations
(fiveam:is (= 213159 (apply #'+ (subseq (sort rations #'>) 0 3))))))
-(fiveam:run-all-tests)
+