From f211a93e3e83c108b0ef82f1c6c9146e2b6a789d Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 22 Sep 2025 17:29:08 -0400 Subject: [PATCH] [whitespace] --- p21/p21.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p21/p21.org b/p21/p21.org index 8e1e9de..36ab425 100644 --- a/p21/p21.org +++ b/p21/p21.org @@ -171,7 +171,7 @@ So we start from all possible combinations of keypad pairs (apply #'+ (--map (cdr (assoc it al)) (split-into-char-pairs (concat "A" s))))) (defun iterate-step (l) - (--map (cons (car it) (-min + (--map (cons (car it) (-min (--map (iterate-robot it l) (cdr it)))) basis-induction))