aboutsummaryrefslogtreecommitdiff
path: root/2022/template.cl
blob: bee3b0c64e6e350fa99a247a986801584869d49d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
;;; https://gitlab.com/Syndamia/senzill
(require :senzill)
(use-package :senzill.collections)
(use-package :senzill.io)

(ask-for-stream (prog-input)
  (let ()
  (flet ()
    (doread-lines (inpt :read-line-options (prog-input NIL))
                  )
    (print 1))))