From 373b8212e7519c9b0ead6f144eef96cad072a7ba Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 26 Jul 2026 01:00:16 +0100 Subject: Add a few files --- solar-short.asd | 6 ++++++ story.text | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 solar-short.asd create mode 100644 story.text 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. -- cgit v1.2.3