From 1b6a28f6a777350ae7e04d06a48cba62a09b2dfb Mon Sep 17 00:00:00 2001 From: c+1 Date: Thu, 18 May 2023 13:16:49 -0400 Subject: re-do all the syntax because why not --- examples/v2.halk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples') 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; +} -- cgit v1.2.3