From 4cf3bd63a22bd2f88c1f04cddac31aa19bc78a9d Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Wed, 15 Feb 2023 22:55:44 +0100 Subject: added the first C exercise --- patches/patches/093_hello_c.patch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 patches/patches/093_hello_c.patch (limited to 'patches') 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!"); -- cgit v1.2.3