Moving things into a subdirectory in preparation to merge into my sandbox project
[sandbox] / stutter / integration_tests / 0003_define.stt
diff --git a/stutter/integration_tests/0003_define.stt b/stutter/integration_tests/0003_define.stt
new file mode 100644 (file)
index 0000000..a0d8b77
--- /dev/null
@@ -0,0 +1,3 @@
+(define hello-world "Hello, world")
+(print hello-world)
+0