summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-12-27 23:44:12 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-12-27 23:44:12 +0100
commit21f86f07adf544850a7ef5f913c01117c04db147 (patch)
treebc27ff4820a670a812195ea536cb45b0675748c5 /patches
parenta5febf58c9f9229bdf9e57df727fa45ea47d2fd6 (diff)
migrated build and test
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 f99cc67..7fde1d8 100644
--- a/patches/patches/026_hello2.patch
+++ b/patches/patches/026_hello2.patch
@@ -1,6 +1,6 @@
---- exercises/026_hello2.zig 2025-07-22 09:55:51.337832401 +0200
-+++ answers/026_hello2.zig 2025-07-22 10:00:11.233348058 +0200
-@@ -23,5 +23,5 @@
+--- exercises/026_hello2.zig 2025-12-27 21:15:21.403899392 +0100
++++ answers/026_hello2.zig 2025-12-27 20:28:53.267236800 +0100
+@@ -27,5 +27,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.