From 029dda307a3f505c542bff4a32d9285e9abd9aa9 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 11 Dec 2022 20:42:20 +0200 Subject: [2022] Added flet and updated some formatting --- 2022/template.cl | 6 +++--- 1 file 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)))) -- cgit v1.2.3