summaryrefslogtreecommitdiff
path: root/gr-run-waveform/hello.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gr-run-waveform/hello.scm')
-rw-r--r--gr-run-waveform/hello.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-run-waveform/hello.scm b/gr-run-waveform/hello.scm
new file mode 100644
index 000000000..f3bb5eac1
--- /dev/null
+++ b/gr-run-waveform/hello.scm
@@ -0,0 +1,4 @@
+(define hello-world
+ (lambda ()
+ (display "Hello, World!")
+ (newline)))