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