]> git.donarmstrong.com Git - lilypond.git/blobdiff - guile18/examples/scripts/simple-hello.scm
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / guile18 / examples / scripts / simple-hello.scm
diff --git a/guile18/examples/scripts/simple-hello.scm b/guile18/examples/scripts/simple-hello.scm
new file mode 100644 (file)
index 0000000..b46bc36
--- /dev/null
@@ -0,0 +1,16 @@
+;;; Commentary:
+
+;;; This is the famous Hello-World-program, written for Guile.  
+;;;
+;;; For an advanced version, see the script `hello' in the same
+;;; directory.
+
+;;; Author: Martin Grabmueller
+;;; Date: 2001-05-29
+
+;;; Code:
+
+(display "Hello, World!")
+(newline)
+
+;;; End of file.