hsx/src/main.lisp
2024-05-25 21:57:22 +09:00

4 lines
76 B
Common Lisp

(defpackage :hsx
(:nicknames #:hsx/main)
(:use #:cl))
(in-package :hsx)