summaryrefslogtreecommitdiffstats
path: root/projects/Stacker/samples/hello.st
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/samples/hello.st')
-rw-r--r--projects/Stacker/samples/hello.st5
1 files changed, 0 insertions, 5 deletions
diff --git a/projects/Stacker/samples/hello.st b/projects/Stacker/samples/hello.st
deleted file mode 100644
index e7e7b43..0000000
--- a/projects/Stacker/samples/hello.st
+++ /dev/null
@@ -1,5 +0,0 @@
-#
-# Traditional "Hello World" program in Stacker
-#
-: say_hello "Hello, World!" >s CR ;
-: MAIN say_hello ;