aboutsummaryrefslogtreecommitdiff
path: root/examples/hello.halk
diff options
context:
space:
mode:
authorc+12023-05-03 08:01:58 -0400
committerc+12023-05-03 08:01:58 -0400
commit782a88e956f46652b80b44f63d63cc23ca5fa105 (patch)
tree1b99dada00ceed213774ae61796193a47a367a3d /examples/hello.halk
parent13824d58302b8afd854994359f08d7bb10e464e3 (diff)
the
Diffstat (limited to 'examples/hello.halk')
-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;