diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.lisp b/src/main.lisp index e92b6ad..422beab 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -64,6 +64,7 @@ (split 5))) (defun start () + (setf *random-state* (make-random-state t)) (destructuring-bind (hand . rest) (generate-hand) (declare (ignore rest)) (->> hand cardset->str (format t "Hand=[~a]~%")) |