diff options
author | Piotr Szarmanski | 2023-02-07 16:56:30 +0100 |
---|---|---|
committer | Piotr Szarmanski | 2023-02-07 16:56:30 +0100 |
commit | d9f52ce9f2e5b81443bdac6ae4f3855330bb43a5 (patch) | |
tree | 495cc3c1b7e376d178899566373df60513af1cd7 /examples/file/package.lisp | |
parent | 1c7d53e105fdbd61dd14f526d94bfe87f59e2a20 (diff) |
Remove examples/*.
Diffstat (limited to 'examples/file/package.lisp')
-rw-r--r-- | examples/file/package.lisp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/file/package.lisp b/examples/file/package.lisp deleted file mode 100644 index 0dc504b..0000000 --- a/examples/file/package.lisp +++ /dev/null @@ -1,2 +0,0 @@ -(defpackage :eris-file - (:use common-lisp)) |