From c31be8142c7f562eb9f08e19b5ab2b81f387c25c Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Wed, 12 Jan 2022 19:43:29 -0800 Subject: [PATCH] Update hello world to use a function Signed-off-by: Alek Ratzloff --- examples/hello.sy | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/hello.sy b/examples/hello.sy index 01d3317..3c88040 100644 --- a/examples/hello.sy +++ b/examples/hello.sy @@ -1 +1,4 @@ -"Hell world" . \ No newline at end of file +[ "Hell world" . ] + =say + +say! \ No newline at end of file