zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

multiline_string_literals.zig (173B) - Raw


      1 const hello_world_in_c =
      2     \\#include <stdio.h>
      3     \\
      4     \\int main(int argc, char **argv) {
      5     \\    printf("hello world\n");
      6     \\    return 0;
      7     \\}
      8 ;
      9 
     10 // syntax