diff options
author | Piotr Szarmanski | 2022-09-27 17:41:09 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2022-09-27 17:41:09 +0200 |
commit | b89032fbac3dd7895393b1db19fe1155f435948f (patch) | |
tree | 3bb8d45818dc8af7a74e22047ea1d2340f9be7a7 /examples/file/package.lisp | |
parent | e612b3d6658489fed51d6bc9a3c5c09cb60f4b74 (diff) |
Add an examples directory and a simple file-encoding system.
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)) |