Comment by 1718627440
11 hours ago
In C:
char string[] =
"multi\n"
"line\n"
"string";
Granted, this is not a real multiline string, but you also have characters in your Zig example that are not part of string content (\\).
No comments yet
Contribute on Hacker News ↗