Use "String" consistently for "char[]" (#694)

Use "String" consistently for "char[]". Fix win32 return value.
This commit is contained in:
Christoffer Lerno
2023-01-07 22:50:33 +01:00
committed by GitHub
parent 5b2b4e900f
commit 43dc2d650c
62 changed files with 273 additions and 246 deletions

View File

@@ -2,7 +2,7 @@ import std::io;
fn void main()
{
char[][] greetings = {
String[] greetings = {
"Hello, world!",
"¡Hola Mundo!",
"Γειά σου Κόσμε!",