diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-02-16 19:42:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-16 19:42:24 +0100 |
| commit | 5d7d811298e714226cc706534135c52cdc7fef82 (patch) | |
| tree | c7e74dad18322d064ed2ad15d1cdc6b87b65ef0a /patches | |
| parent | 120cf0c15887638da4d23f0f7d0e98ffa1b4bcc2 (diff) | |
| parent | dc187889c1a0cec8cb0e7de67df96ebc9e981995 (diff) | |
Merge pull request #183 from chrboesch/hello_c
added the first C exercise
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/093_hello_c.patch | 4 |
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..60eeaf0 --- /dev/null +++ b/patches/patches/093_hello_c.patch @@ -0,0 +1,4 @@ +57c57 +< const c_res = write(2, "Hello C from Zig!", 17); +--- +> const c_res = c.write(2, "Hello C from Zig!", 17); |
