diff options
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp index ddf77ea..ebbe43b 100644 --- a/package.lisp +++ b/package.lisp @@ -1,3 +1,7 @@ +(defpackage #:print + (:use #:cl) + (:export #:table)) + (defpackage #:queue (:use #:cl) (:export #:new |