mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-07-28 18:25:16 +00:00
added the first C exercise
This commit is contained in:
@@ -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