mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-08-02 22:55:37 +00:00
5 lines
125 B
Diff
5 lines
125 B
Diff
57c57
|
|
< const c_res = ???write(2, "Hello C from Zig!", 17);
|
|
---
|
|
> const c_res = c.write(2, "Hello C from Zig!", 17);
|