From 3c1b649f9f375c1b3b1cdf0996960fdee3b91514 Mon Sep 17 00:00:00 2001 From: c+1 Date: Fri, 5 May 2023 17:22:33 -0400 Subject: HALK --- examples/hello.halk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'examples/hello.halk') diff --git a/examples/hello.halk b/examples/hello.halk index 8a441cc..a7c7ed5 100644 --- a/examples/hello.halk +++ b/examples/hello.halk @@ -1,3 +1,6 @@ -[nice & simple] +[hello world in HALK.] let it = "Hello, World!"; -say it; + +fn main = / + say it; +\ -- cgit v1.2.3