mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Use "String" consistently for "char[]" (#694)
Use "String" consistently for "char[]". Fix win32 return value.
This commit is contained in:
committed by
GitHub
parent
5b2b4e900f
commit
43dc2d650c
@@ -2,7 +2,7 @@ import std::io;
|
||||
|
||||
fn void main()
|
||||
{
|
||||
char[][] greetings = {
|
||||
String[] greetings = {
|
||||
"Hello, world!",
|
||||
"¡Hola Mundo!",
|
||||
"Γειά σου Κόσμε!",
|
||||
|
||||
Reference in New Issue
Block a user