mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-04 17:23:44 +02:00
5 lines
122 B
Diff
5 lines
122 B
Diff
57c57
|
|
< const c_res = write(2, "Hello C from Zig!", 17);
|
|
---
|
|
> const c_res = c.write(2, "Hello C from Zig!", 17);
|