exercises/patches/patches/093_hello_c.patch
2023-02-19 00:00:08 +01:00

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);