4 lines
128 B
Diff
4 lines
128 B
Diff
63c63
|
|
< const c_res = fprintf(stderr, "Hello C from Zig!");
|
|
---
|
|
> const c_res = c.fprintf(stderr, "Hello C from Zig!");
|