7 lines
67 B
Common Lisp
7 lines
67 B
Common Lisp
|
(defpackage :qotdd
|
||
|
(:export
|
||
|
:server))
|
||
|
|
||
|
(in-package :qotdd)
|
||
|
|