From 7542ada1cb50f898e6dd6f2bcbedd491818a4c4b Mon Sep 17 00:00:00 2001 From: Daniel Andreas Wang Date: Thu, 12 Mar 2026 17:13:33 +0100 Subject: first commit --- hello.sim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hello.sim 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 -- cgit