summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Andreas Wang <danielaw@relvokcor.xyz>2026-03-12 17:13:33 +0100
committerDaniel Andreas Wang <danielaw@relvokcor.xyz>2026-03-12 17:13:33 +0100
commit7542ada1cb50f898e6dd6f2bcbedd491818a4c4b (patch)
treed6762a3c507ff1a39b39a0f5932ee70d8f57e46e
first commitHEADmain
-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