diff options
| author | Syndamia <kamen@syndamia.com> | 2022-12-11 20:42:20 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-12-11 20:42:20 +0200 |
| commit | 029dda307a3f505c542bff4a32d9285e9abd9aa9 (patch) | |
| tree | 00362c784044130c6cf6d892fd3e49e24646ad9a /2022 | |
| parent | 8eb6f9a713c7b7175eedf8d833493036a4c7d333 (diff) | |
| download | advent-of-code-029dda307a3f505c542bff4a32d9285e9abd9aa9.tar advent-of-code-029dda307a3f505c542bff4a32d9285e9abd9aa9.tar.gz advent-of-code-029dda307a3f505c542bff4a32d9285e9abd9aa9.zip | |
Diffstat (limited to '2022')
| -rw-r--r-- | 2022/template.cl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/2022/template.cl b/2022/template.cl index ae514fb..bee3b0c 100644 --- a/2022/template.cl +++ b/2022/template.cl @@ -1,4 +1,3 @@ - ;;; https://gitlab.com/Syndamia/senzill (require :senzill) (use-package :senzill.collections) @@ -6,6 +5,7 @@ (ask-for-stream (prog-input) (let () + (flet () (doread-lines (inpt :read-line-options (prog-input NIL)) - ) - (print 1))) + ) + (print 1)))) |
