qotdd/src/package.lisp

7 lines
67 B
Common Lisp
Raw Normal View History

2018-09-23 21:58:22 -05:00
(defpackage :qotdd
(:export
:server))
(in-package :qotdd)