diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-14 22:23:33 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-14 22:23:33 +0200 |
| commit | d4a3bad19ce163276e8373ac460bc40a33241067 (patch) | |
| tree | b459733e9e77feacfc943f3a5c5ffc489ce11a06 /patches | |
| parent | 3f11ad125367b0ed2fd21c776cef061695174898 (diff) | |
| parent | e412619d88ee9deea9bfffe3bab57b6608faa828 (diff) | |
fixed merge conflict
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/093_async9.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/patches/093_async9.patch b/patches/patches/093_async9.patch index c8cc714..4aa54a1 100644 --- a/patches/patches/093_async9.patch +++ b/patches/patches/093_async9.patch @@ -1,6 +1,6 @@ ---- exercises/093_async9.zig 2026-04-14 08:32:33.014583120 -0700 -+++ answers/093_async9.zig 2026-04-14 08:32:24.459647047 -0700 -@@ -62,10 +62,10 @@ +--- exercises/093_async9.zig 2026-04-14 22:20:23.519107582 +0200 ++++ answers/093_async9.zig 2026-04-14 22:06:30.606912044 +0200 +@@ -63,10 +63,10 @@ // Launch two workers, each searching half the array. // Remember, we want them to be guaranteed separate units of concurrency. |
