diff options
| -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 |
