Files
ziglings/patches/patches/093_hello_c.patch
T

5 lines
132 B
Diff

58c58
< const c_res = fprintf(c.stderr, "Hello C from Zig!");
---
> const c_res = c.fprintf(c.stderr, "Hello C from Zig!");