chipgr8-archive/package.lisp
Juhani Krekelä faea86bc8c First commit
Status of the project as it was on 2025-03-07. The commit date is based
on the modification time of the files.
2025-03-07 23:56:06 +02:00

6 lines
75 B
Common Lisp

;;;; package.lisp
(defpackage #:chipgr8
(:use #:cl)
(:export #:run))