From 67fdc3157f3bd70891a0f24508534c45362df2ea Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 17 Oct 2023 21:53:46 +0100 Subject: Finished round 2 of puzzle-8 --- 2022/lib.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to '2022/lib.lisp') diff --git a/2022/lib.lisp b/2022/lib.lisp index 2441481..1d81219 100644 --- a/2022/lib.lisp +++ b/2022/lib.lisp @@ -27,6 +27,8 @@ while line collect line))) +(defun id (x) x) + (defun all (pred lst) (if (not (cdr lst)) (funcall pred (car lst)) -- cgit v1.2.3-13-gbd6f