summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-12-30 13:52:40 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-12-30 13:52:40 +0100
commit8791b9440a1b3c726997c671cc9b83d14d389bd4 (patch)
tree5a5f2d1a0839edf6ab77ffbc1b33304e1d7af908 /patches
parent4927ef6a2624430d9be54d40350b1c0e60a3fb06 (diff)
parentaf2a30e6da256289829f6579b9ca424a8a61a221 (diff)
Merge pull request 'change io explanation' (#341) from std.Io into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/341
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/026_hello2.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/patches/026_hello2.patch b/patches/patches/026_hello2.patch
index e35de35..1616c08 100644
--- a/patches/patches/026_hello2.patch
+++ b/patches/patches/026_hello2.patch
@@ -1,6 +1,6 @@
---- exercises/026_hello2.zig 2025-12-28 01:51:16.537444980 +0100
-+++ answers/026_hello2.zig 2025-12-28 01:51:10.280322328 +0100
-@@ -27,5 +27,5 @@
+--- exercises/026_hello2.zig 2025-12-30 13:39:29.478620712 +0100
++++ answers/026_hello2.zig 2025-12-30 13:39:18.948412943 +0100
+@@ -28,5 +28,5 @@
// to be able to pass it up as a return value of main().
//
// We just learned of a single statement which can accomplish this.