diff options
| -rw-r--r-- | solar-short.asd | 6 | ||||
| -rw-r--r-- | story.text | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/solar-short.asd b/solar-short.asd new file mode 100644 index 0000000..78dd74e --- /dev/null +++ b/solar-short.asd @@ -0,0 +1,6 @@ +(defsystem + solar-short + :class :package-inferred-system + :depends-on (:solar-short/frame) + :components + ((:static-file "story.text"))) diff --git a/story.text b/story.text new file mode 100644 index 0000000..b5a8741 --- /dev/null +++ b/story.text @@ -0,0 +1,7 @@ +this + is + some + text + ! ,,,, + checking commas work + is a lisp thing. |
