From 61aa2c1ded3b2d38243432968d8e72e29322f820 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 4 Dec 2024 02:43:12 +0000 Subject: Optimise solutions a bit for 2024 --- 2024/util.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2024/util.lisp') diff --git a/2024/util.lisp b/2024/util.lisp index 11ec230..71a7e13 100644 --- a/2024/util.lisp +++ b/2024/util.lisp @@ -2,7 +2,7 @@ (if (null functions) first `(let* ,(loop :for f :in (cons first functions) - appending `((_ ,f))) + :appending `((_ ,f))) _))) (defun search-all (substr str &optional acc len) -- cgit v1.2.3-13-gbd6f