From ca87ff066bfad7b0d823cd95936b74a5b58d0bd8 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Wed, 5 Mar 2025 19:28:12 +0100 Subject: [PATCH] Fix hello world. --- resources/examples/hello_world_many.c3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/examples/hello_world_many.c3 b/resources/examples/hello_world_many.c3 index d15ec3939..f793ef5fd 100644 --- a/resources/examples/hello_world_many.c3 +++ b/resources/examples/hello_world_many.c3 @@ -10,7 +10,7 @@ fn void main() "こんにちは世界!", "你好世界!", "नमस्ते दुनिया!", - : "👋🌎!" + "👋🌎!" }; foreach (greeting : greetings) {