commit 4b9bec073ee5a0bcf5402cf2c1a2092cb125ddac parent 8fe799d387f48f5cd8c6e29b7b616148d32de0e0 Author: Lukas Henkel <lh@entf.net> Date: Wed, 14 Dec 2022 07:26:53 +0100 Don't need these Diffstat:
M | src/day13.lisp | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/day13.lisp b/src/day13.lisp @@ -25,10 +25,8 @@ for res = (compare-lists va vb) when (not (eq res :continue)) return res - end when (and (null va) (null vb)) return :continue - end finally (return t))))) (defun task1 (inputs)