diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-04 16:05:35 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-04 16:05:35 +0200 |
| commit | 58f8df66d57fec4b0d8d69df7ac26624194b86ad (patch) | |
| tree | 073c0a1ae2d2bd4af2d3f4cc50c943368e813a35 /patches | |
| parent | 966c1f83af33f6b3f2312a2e4613247097f9ae38 (diff) | |
improvements for async-io
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/085_async.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/patches/085_async.patch b/patches/patches/085_async.patch index ca8b102..108eae1 100644 --- a/patches/patches/085_async.patch +++ b/patches/patches/085_async.patch @@ -1,6 +1,6 @@ ---- exercises/085_async.zig 2026-04-01 20:40:08.904999609 +0200 -+++ answers/085_async.zig 2026-04-01 20:40:05.641933231 +0200 -@@ -37,7 +37,7 @@ +--- exercises/085_async.zig 2026-04-04 16:01:01.509555724 +0200 ++++ answers/085_async.zig 2026-04-04 16:00:58.541495688 +0200 +@@ -38,7 +38,7 @@ const std = @import("std"); pub fn main(init: std.process.Init) !void { |
