From d3ed2f503e58c604bb85dc3487fda3d1191313b4 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 17 Oct 2023 14:12:46 +0100 Subject: Version control lib.lisp --- 2022/puzzle-2.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '2022/puzzle-2.lisp') diff --git a/2022/puzzle-2.lisp b/2022/puzzle-2.lisp index a17fdb2..d91795a 100644 --- a/2022/puzzle-2.lisp +++ b/2022/puzzle-2.lisp @@ -16,7 +16,8 @@ collect (let ((opponent (subseq strategy 0 1)) (yours (subseq strategy 2 3))) - (list (sensible-convert-input opponent) (sensible-convert-input yours)))))) + (list (sensible-convert-input opponent) + (sensible-convert-input yours)))))) (loop for round in rounds -- cgit v1.2.3-13-gbd6f