1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-24 22:36:06 +02:00
ziglings/patches/patches/093_hello_c.patch

5 lines
128 B
Diff

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