zig/doc/langref/multiline_string_literals.zig

11 lines
173 B
Zig
Raw Normal View History

const hello_world_in_c =
\\#include <stdio.h>
\\
\\int main(int argc, char **argv) {
\\ printf("hello world\n");
\\ return 0;
\\}
;
// syntax