diff options
Diffstat (limited to 'AoC2022/10')
-rw-r--r-- | AoC2022/10/solver.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AoC2022/10/solver.lisp b/AoC2022/10/solver.lisp index a30aa56..550a7b2 100644 --- a/AoC2022/10/solver.lisp +++ b/AoC2022/10/solver.lisp @@ -48,4 +48,4 @@ #....#....#..#.#....#....#....#..#.#.... #....####..##..####.####.####.#..#.####.")))) -(fiveam:run-all-tests) + |