diff options
| -rw-r--r-- | src/commodities.lisp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/commodities.lisp b/src/commodities.lisp index 2ce7cb7..474fe7d 100644 --- a/src/commodities.lisp +++ b/src/commodities.lisp @@ -1,6 +1,8 @@ (defpackage :commodities (:use :cl) - (:export :new-commodity)) + (:export :new-commodity + :name + :price)) (in-package :commodities) |
