Insert space for additional async exercises

This commit is contained in:
Chris Boesch
2026-04-03 13:35:56 +02:00
parent ffde357f30
commit e0259f43a7
47 changed files with 156 additions and 106 deletions

View File

@@ -42,7 +42,7 @@ pub fn main(init: std.process.Init) !void {
try group.await(io);
print("Counter: {} (expected: 400)\n", .{state.counter});
print("Counter: {}\n", .{state.counter});
}
fn increment(io: std.Io, state: *SharedState, times: u32) void {