diff options
Diffstat (limited to 'development/obcpl/examples/hello.b')
-rw-r--r-- | development/obcpl/examples/hello.b | 6 |
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 0000000000000..976f70a6e6c51 --- /dev/null +++ b/development/obcpl/examples/hello.b @@ -0,0 +1,6 @@ +GET "LIBHDR" + +LET START() BE +$( + WRITES("Hello World*N") +$) |