added the first C exercise

This commit is contained in:
Chris Boesch
2023-02-15 22:55:44 +01:00
parent 0f42850f7e
commit 4cf3bd63a2
3 changed files with 87 additions and 0 deletions

View 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!");