diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2023-02-20 08:37:05 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2023-02-20 08:37:05 -0300 |
commit | cf7dc2892c1f3a474b7c49f35cbab08bfa08ef71 (patch) | |
tree | 9dfb32e87a531027210032639099f82543930694 /print.lisp | |
parent | a8b56704b52488f2865387d8cded8e5f13cdf919 (diff) | |
download | utils-cf7dc2892c1f3a474b7c49f35cbab08bfa08ef71.tar.gz utils-cf7dc2892c1f3a474b7c49f35cbab08bfa08ef71.zip |
Add with-package to utils
Diffstat (limited to 'print.lisp')
-rw-r--r-- | print.lisp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/print.lisp b/print.lisp deleted file mode 100644 index 1ea7932..0000000 --- a/print.lisp +++ /dev/null @@ -1,6 +0,0 @@ -(in-package #:print) - -(defun table (tbl) - (maphash (lambda (k v) - (format t "~a : ~a~&" k v)) - tbl)) |