mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-05 09:43:31 +02: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