summaryrefslogtreecommitdiff
path: root/examples/scripts/simple-hello.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scripts/simple-hello.scm')
-rw-r--r--examples/scripts/simple-hello.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/scripts/simple-hello.scm b/examples/scripts/simple-hello.scm
index 713a1aee4..b46bc36ff 100644
--- a/examples/scripts/simple-hello.scm
+++ b/examples/scripts/simple-hello.scm
@@ -12,3 +12,5 @@
(display "Hello, World!")
(newline)
+
+;;; End of file.