aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--2022/template.cl6
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))))