qotdd/src/package.lisp
2018-12-02 19:17:32 -06:00

8 lines
80 B
Common Lisp

(defpackage :qotdd
(:use :cl)
(:export
:server))
(in-package :qotdd)