aboutsummaryrefslogtreecommitdiff
path: root/2022
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2022-12-05 13:56:59 +0200
committerSyndamia <kamen@syndamia.com>2022-12-05 13:56:59 +0200
commitd460a6c891c33aff223df1307c385f106a3fe043 (patch)
treec26d976df72edf0e3dec4ec995db07e3d91ae88c /2022
parent3db555e150f915f593800635738c39889d1b403b (diff)
downloadadvent-of-code-d460a6c891c33aff223df1307c385f106a3fe043.tar
advent-of-code-d460a6c891c33aff223df1307c385f106a3fe043.tar.gz
advent-of-code-d460a6c891c33aff223df1307c385f106a3fe043.zip
[2022] Fixed template identation
Diffstat (limited to '2022')
-rw-r--r--2022/template.cl2
1 files changed, 1 insertions, 1 deletions
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))