diff options
| -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)) |
