aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-02-28 13:01:11 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-02-28 13:01:11 +0100
commit9e48c9a339cde73fb7477f252e98efe0fc6d8de0 (patch)
treef9fb069a50ce85a248302c9aee6d7989f4d52543 /patches
parent48b203202423090bb1714e61b85a4f598fc4e071 (diff)
Added notes to exercise 94 c_math.
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/094_c_math.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/patches/094_c_math.patch b/patches/patches/094_c_math.patch
index 67da7e8..f8c7620 100644
--- a/patches/patches/094_c_math.patch
+++ b/patches/patches/094_c_math.patch
@@ -1,6 +1,6 @@
---- exercises/094_c_math.zig 2023-10-22 14:00:02.909379696 +0200
-+++ answers/094_c_math.zig 2023-10-22 14:02:46.709025235 +0200
-@@ -19,7 +19,7 @@
+--- exercises/094_c_math.zig 2024-02-28 12:50:35.789939935 +0100
++++ answers/094_c_math.zig 2024-02-28 12:53:57.910309471 +0100
+@@ -26,7 +26,7 @@
const c = @cImport({
// What do we need here?