summaryrefslogtreecommitdiffstats
path: root/development/obcpl/examples/hello.b
diff options
context:
space:
mode:
Diffstat (limited to 'development/obcpl/examples/hello.b')
-rw-r--r--development/obcpl/examples/hello.b6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/obcpl/examples/hello.b b/development/obcpl/examples/hello.b
new file mode 100644
index 0000000000..976f70a6e6
--- /dev/null
+++ b/development/obcpl/examples/hello.b
@@ -0,0 +1,6 @@
+GET "LIBHDR"
+
+LET START() BE
+$(
+ WRITES("Hello World*N")
+$)