diff options
| author | Daniel Andreas Wang <danielaw@relvokcor.xyz> | 2026-03-12 17:13:33 +0100 |
|---|---|---|
| committer | Daniel Andreas Wang <danielaw@relvokcor.xyz> | 2026-03-12 17:13:33 +0100 |
| commit | 7542ada1cb50f898e6dd6f2bcbedd491818a4c4b (patch) | |
| tree | d6762a3c507ff1a39b39a0f5932ee70d8f57e46e | |
| -rw-r--r-- | hello.sim | 4 |
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 |
