Fix hello world.

This commit is contained in:
Christoffer Lerno
2025-03-05 19:28:12 +01:00
parent c0b80eccad
commit ca87ff066b

View File

@@ -10,7 +10,7 @@ fn void main()
"こんにちは世界!",
"你好世界!",
"नमस्ते दुनिया!",
: "👋🌎!"
"👋🌎!"
};
foreach (greeting : greetings)
{