diff options
author | c+1 | 2023-05-18 13:16:49 -0400 |
---|---|---|
committer | c+1 | 2023-05-18 13:16:49 -0400 |
commit | 1b6a28f6a777350ae7e04d06a48cba62a09b2dfb (patch) | |
tree | e2d5da481a2bf5aa9ec5e6fc0bfd2767e234c8d4 /examples | |
parent | a8bfa841540a13aea75fafcf11fe27688f1ea939 (diff) |
re-do all the syntax because why not
Diffstat (limited to 'examples')
-rw-r--r-- | examples/v2.halk | 4 |
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; +} |