From 9844123dd1b3cdc0c1a94602eb3569a9119cccae Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Thu, 14 Mar 2024 23:37:14 +0100 Subject: Improved the explanation about passing arguments and added an example. --- patches/patches/051_values.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'patches') diff --git a/patches/patches/051_values.patch b/patches/patches/051_values.patch index bb65525..53d73be 100644 --- a/patches/patches/051_values.patch +++ b/patches/patches/051_values.patch @@ -1,5 +1,5 @@ ---- exercises/051_values.zig 2023-10-03 22:15:22.122241138 +0200 -+++ answers/051_values.zig 2023-10-05 20:04:07.072767194 +0200 +--- exercises/051_values.zig 2024-03-14 23:25:42.695020607 +0100 ++++ answers/051_values.zig 2024-03-14 23:28:34.525109174 +0100 @@ -87,7 +87,7 @@ // Let's assign the std.debug.print function to a const named // "print" so that we can use this new name later! @@ -9,7 +9,7 @@ // Now let's look at assigning and pointing to values in Zig. // -@@ -152,13 +152,13 @@ +@@ -163,13 +163,13 @@ print("XP before:{}, ", .{glorp.experience}); // Fix 1 of 2 goes here: -- cgit v1.2.3