aboutsummaryrefslogtreecommitdiff
path: root/2022/template.cl
blob: ae514fb7f5f8375d1b7532a899a1ee8714a8dc8c (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 ()
    (doread-lines (inpt :read-line-options (prog-input NIL))
                )
    (print 1)))