From 41df38c265b72904b7a600c5d68a1b8e49cd3ad6 Mon Sep 17 00:00:00 2001 From: Graham Edgecombe Date: Fri, 12 Apr 2013 20:22:55 +0100 Subject: [PATCH] Add hello world example. --- examples/hello.tb | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/hello.tb diff --git a/examples/hello.tb b/examples/hello.tb new file mode 100644 index 0000000..9a18a89 --- /dev/null +++ b/examples/hello.tb @@ -0,0 +1 @@ +10 PRINT "Hello, world!"