From 9e48c9a339cde73fb7477f252e98efe0fc6d8de0 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Wed, 28 Feb 2024 13:01:11 +0100 Subject: Added notes to exercise 94 c_math. --- patches/patches/094_c_math.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'patches') 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? -- cgit v1.2.3