qotdd/src/package.lisp

8 lines
80 B
Common Lisp
Raw Normal View History

2018-09-23 21:58:22 -05:00
(defpackage :qotdd
2018-12-02 19:17:32 -06:00
(:use :cl)
2018-09-23 21:58:22 -05:00
(:export
:server))
(in-package :qotdd)