summaryrefslogtreecommitdiffstats
path: root/stacker/samples/hello.st
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-17 02:18:44 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-17 02:18:44 +0000
commite6fd0e826b339caadbf4b2f9f6c0378e451477a5 (patch)
tree362411f13f53540ff759a14bfadc3311c1a8f71e /stacker/samples/hello.st
parentb4e0f9b52e9fb7bcec58f4e9aac8cc8d65d32bdb (diff)
downloadbcm5719-llvm-e6fd0e826b339caadbf4b2f9f6c0378e451477a5.tar.gz
bcm5719-llvm-e6fd0e826b339caadbf4b2f9f6c0378e451477a5.zip
For PR1074:
Remove the projects/Stacker directory. LLVM is now free of dependency on llvm-gcc. llvm-svn: 33278
Diffstat (limited to 'stacker/samples/hello.st')
-rw-r--r--stacker/samples/hello.st5
1 files changed, 5 insertions, 0 deletions
diff --git a/stacker/samples/hello.st b/stacker/samples/hello.st
new file mode 100644
index 00000000000..e7e7b43182b
--- /dev/null
+++ b/stacker/samples/hello.st
@@ -0,0 +1,5 @@
+#
+# Traditional "Hello World" program in Stacker
+#
+: say_hello "Hello, World!" >s CR ;
+: MAIN say_hello ;
OpenPOWER on IntegriCloud