summaryrefslogtreecommitdiff
path: root/hello.sim
diff options
context:
space:
mode:
Diffstat (limited to 'hello.sim')
-rw-r--r--hello.sim4
1 files changed, 4 insertions, 0 deletions
diff --git a/hello.sim b/hello.sim
new file mode 100644
index 0000000..3981f1e
--- /dev/null
+++ b/hello.sim
@@ -0,0 +1,4 @@
+BEGIN
+ OutText("Hello, World!");
+ OutImage;
+END