From ced903c0c1c226d1540d0b64b3441c5a523340ec Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Sun, 16 Jan 2022 14:05:28 -0800 Subject: [PATCH] Update hello world example to match new syntax Signed-off-by: Alek Ratzloff --- examples/hello.sy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello.sy b/examples/hello.sy index 3c88040..2d4801e 100644 --- a/examples/hello.sy +++ b/examples/hello.sy @@ -1,4 +1,4 @@ [ "Hell world" . ] - =say + :say say! \ No newline at end of file