diff options
-rw-r--r-- | examples/hello.halk | 7 |
1 files changed, 5 insertions, 2 deletions
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; +\ |