mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
added the first C exercise
This commit is contained in:
4
patches/patches/093_hello_c.patch
Normal file
4
patches/patches/093_hello_c.patch
Normal file
@@ -0,0 +1,4 @@
|
||||
58c58
|
||||
< const c_res = fprintf(c.stderr, "Hello C from Zig!");
|
||||
---
|
||||
> const c_res = c.fprintf(c.stderr, "Hello C from Zig!");
|
||||
Reference in New Issue
Block a user