aboutsummaryrefslogtreecommitdiffstats
path: root/test/string.scm
diff options
context:
space:
mode:
Diffstat (limited to 'test/string.scm')
-rw-r--r--test/string.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/string.scm b/test/string.scm
new file mode 100644
index 0000000..1e1e81e
--- /dev/null
+++ b/test/string.scm
@@ -0,0 +1,4 @@
+(define greeting "Hello, world!")
+
+greeting
+