aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/hello.halk4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/hello.halk b/examples/hello.halk
new file mode 100644
index 0000000..f36db0a
--- /dev/null
+++ b/examples/hello.halk
@@ -0,0 +1,4 @@
+USE.io;
+
+message="Hello, World!";
+io~o.message;