diff options
Diffstat (limited to 'examples/file/package.lisp')
-rw-r--r-- | examples/file/package.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/file/package.lisp b/examples/file/package.lisp new file mode 100644 index 0000000..0dc504b --- /dev/null +++ b/examples/file/package.lisp @@ -0,0 +1,2 @@ +(defpackage :eris-file + (:use common-lisp)) |