diff options
Diffstat (limited to 'AoC2022/05')
-rw-r--r-- | AoC2022/05/solver.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AoC2022/05/solver.lisp b/AoC2022/05/solver.lisp index 037b7f3..809439b 100644 --- a/AoC2022/05/solver.lisp +++ b/AoC2022/05/solver.lisp @@ -44,4 +44,4 @@ (fiveam:is (equal "TPGVQPFDH" (solver #'single-move!))) (fiveam:is (equal "DMRDFRHHH" (solver #'bulk-move!)))) -(fiveam:run-all-tests) + |