aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2022-12-11 20:42:20 +0200
committerSyndamia <kamen@syndamia.com>2022-12-11 20:42:20 +0200
commit029dda307a3f505c542bff4a32d9285e9abd9aa9 (patch)
tree00362c784044130c6cf6d892fd3e49e24646ad9a
parent8eb6f9a713c7b7175eedf8d833493036a4c7d333 (diff)
downloadadvent-of-code-main.tar
advent-of-code-main.tar.gz
advent-of-code-main.zip
[2022] Added flet and updated some formattingHEADmain
-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))))