diff options
| author | Syndamia <kamen@syndamia.com> | 2022-12-05 13:56:59 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-12-05 13:56:59 +0200 |
| commit | d460a6c891c33aff223df1307c385f106a3fe043 (patch) | |
| tree | c26d976df72edf0e3dec4ec995db07e3d91ae88c | |
| parent | 3db555e150f915f593800635738c39889d1b403b (diff) | |
| download | advent-of-code-d460a6c891c33aff223df1307c385f106a3fe043.tar advent-of-code-d460a6c891c33aff223df1307c385f106a3fe043.tar.gz advent-of-code-d460a6c891c33aff223df1307c385f106a3fe043.zip | |
[2022] Fixed template identation
| -rw-r--r-- | 2022/template.cl | 2 |
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)) |
