aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorc+12023-05-18 13:16:49 -0400
committerc+12023-05-18 13:16:49 -0400
commit1b6a28f6a777350ae7e04d06a48cba62a09b2dfb (patch)
treee2d5da481a2bf5aa9ec5e6fc0bfd2767e234c8d4 /examples
parenta8bfa841540a13aea75fafcf11fe27688f1ea939 (diff)
re-do all the syntax because why not
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;
+}