diff options
| author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2025-10-17 01:41:28 -0300 |
|---|---|---|
| committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2025-10-17 01:41:28 -0300 |
| commit | d2a8d3a2171ebbc9934e3703a0f9b6fd4070a6b8 (patch) | |
| tree | 0288cef6914624b373e880e893169615eb921662 /package.lisp | |
| download | lempel-d2a8d3a2171ebbc9934e3703a0f9b6fd4070a6b8.tar.gz lempel-d2a8d3a2171ebbc9934e3703a0f9b6fd4070a6b8.zip | |
Initial Commit
Diffstat (limited to 'package.lisp')
| -rw-r--r-- | package.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp new file mode 100644 index 0000000..f25edf6 --- /dev/null +++ b/package.lisp @@ -0,0 +1,2 @@ +(defpackage #:lempel + (:use #:cl)) |
