aboutsummaryrefslogtreecommitdiff
path: root/2023/2023.asd
blob: 3bb119d61e0315043de85c7a46253733923a94e4 (plain)
1
2
3
4
5
6
7
(asdf:defsystem #:aoc/2023
  :description "Advent Of Code 2023"
  :author "Mario Forzanini <mf@marioforzanini.com>"
  :license "GPL3.0-or-later"
  :version "0.0.1"
  :serial t
  :components ((:file "package")))