093_hello_c.patch 122 B

1234
  1. 57c57
  2. < const c_res = write(2, "Hello C from Zig!", 17);
  3. ---
  4. > const c_res = c.write(2, "Hello C from Zig!", 17);