mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-03 08:53:31 +02:00
5 lines
132 B
Diff
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!");
|