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