Update for executable version

This commit is contained in:
William Moore 2025-01-07 20:02:59 -06:00
parent 0d8f48633c
commit a111d1b245

View File

@ -97,5 +97,6 @@
(setf generated-sentence (replace-substring generated-sentence "the the" "the")) (setf generated-sentence (replace-substring generated-sentence "the the" "the"))
generated-sentence)) generated-sentence))
(princ (splork)) (defun splork-generate ()
(exit) (princ (splork)))