aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/v2.halk4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/v2.halk b/examples/v2.halk
index c116ed7..1d35efd 100644
--- a/examples/v2.halk
+++ b/examples/v2.halk
@@ -13,4 +13,6 @@ void:say_hello.str:to = { ` functions need no special keyword `
io.stdout.to;
}
-
+int:main.str[]:args = { ` start executing here `
+ return.0;
+}