aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-02-15 22:55:44 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-02-15 22:55:44 +0100
commit4cf3bd63a22bd2f88c1f04cddac31aa19bc78a9d (patch)
tree49101dd8b9e9aa171ea3b9ba5f45c3c31d2237f6 /patches
parent0f42850f7e17463e9d8ccc21da0516d288eed6d7 (diff)
added the first C exercise
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/093_hello_c.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/093_hello_c.patch b/patches/patches/093_hello_c.patch
new file mode 100644
index 0000000..15e2a44
--- /dev/null
+++ b/patches/patches/093_hello_c.patch
@@ -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!");