From d460a6c891c33aff223df1307c385f106a3fe043 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 5 Dec 2022 13:56:59 +0200 Subject: [2022] Fixed template identation --- 2022/template.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2022') diff --git a/2022/template.cl b/2022/template.cl index 285e5b5..ea2a2b7 100644 --- a/2022/template.cl +++ b/2022/template.cl @@ -13,7 +13,7 @@ ((inpt (read-line *prog-input* NIL)) ) (loop until (or (string= inpt "end") (not inpt)) do - (setq inpt (read-line *prog-input* NIL))) + (setq inpt (read-line *prog-input* NIL))) (print 1)) -- cgit v1.2.3