From 85bb2db8dee7898c890f5d1fc0b3874bee3d88ba Mon Sep 17 00:00:00 2001 From: c+1 Date: Thu, 12 Oct 2023 21:02:04 -0400 Subject: update examples --- examples/simple.halk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/simple.halk') diff --git a/examples/simple.halk b/examples/simple.halk index 80d70de..6f44d73 100644 --- a/examples/simple.halk +++ b/examples/simple.halk @@ -1,3 +1 @@ -:str:var = "Hello"; - -fprint.stdio, strcat.var, "\n"; +:str:var = "Hello, World!"; -- cgit v1.2.3