diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2023-07-23 04:37:42 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2023-07-23 04:37:42 -0300 |
commit | 5b6d8d0eff3355fe2ab4b04938df72d2b24ea1e9 (patch) | |
tree | 32263b727dc8d3140aa43f88be86792ad0ba2a80 /package.lisp | |
parent | 7c99df20cf7419e311204dedaf6b559918e704f3 (diff) | |
download | cmamut-5b6d8d0eff3355fe2ab4b04938df72d2b24ea1e9.tar.gz cmamut-5b6d8d0eff3355fe2ab4b04938df72d2b24ea1e9.zip |
Change api and add some features
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp index 3431e2b..477d049 100644 --- a/package.lisp +++ b/package.lisp @@ -1,2 +1,3 @@ (defpackage #:cmamut - (:use #:cl)) + (:use #:cl) + (:export #:run)) |