aboutsummaryrefslogtreecommitdiff
path: root/examples/simple.halk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple.halk')
-rw-r--r--examples/simple.halk4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/simple.halk b/examples/simple.halk
index 80d70de..6f44d73 100644
--- a/examples/simple.halk
+++ b/examples/simple.halk
@@ -1,3 +1 @@
-:str:var = "Hello";
-
-fprint.stdio, strcat.var, "\n";
+:str:var = "Hello, World!";