aboutsummaryrefslogtreecommitdiff
path: root/examples/simple.halk
diff options
context:
space:
mode:
authorc+12023-10-12 21:02:04 -0400
committerc+12023-10-12 21:02:04 -0400
commit85bb2db8dee7898c890f5d1fc0b3874bee3d88ba (patch)
tree384109ce9295a9c6ce0791993a8c9314c516d781 /examples/simple.halk
parent58c7a71a50318940e747c365cc3f207dba432977 (diff)
update examples
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!";