summaryrefslogtreecommitdiff
path: root/examples/file/package.lisp
diff options
context:
space:
mode:
authorPiotr Szarmanski2022-09-27 17:41:09 +0200
committerPiotr Szarmanski2022-09-27 17:41:09 +0200
commitb89032fbac3dd7895393b1db19fe1155f435948f (patch)
tree3bb8d45818dc8af7a74e22047ea1d2340f9be7a7 /examples/file/package.lisp
parente612b3d6658489fed51d6bc9a3c5c09cb60f4b74 (diff)
Add an examples directory and a simple file-encoding system.
Diffstat (limited to 'examples/file/package.lisp')
-rw-r--r--examples/file/package.lisp2
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))