ziglings/patches/patches/093_hello_c.patch
2023-02-15 22:55:44 +01:00

4 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!");