diff options
Diffstat (limited to 'AoC2022/16')
-rw-r--r-- | AoC2022/16/solver.lisp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/AoC2022/16/solver.lisp b/AoC2022/16/solver.lisp index 0b3e309..78ed896 100644 --- a/AoC2022/16/solver.lisp +++ b/AoC2022/16/solver.lisp @@ -154,7 +154,6 @@ (fiveam:is (= 2474 (accumulated-flow (solver "input" 26 2))))) -(fiveam:run-all-tests) ;; (require :sb-sprof) ;; (sb-sprof:with-profiling (:max-samples 1000 |