mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 17:09:59 +00:00
Insert space for additional async exercises
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user