diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2026-06-30 00:30:23 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-06-30 00:30:23 -0500 |
| commit | 3a80e12466086b895f42e7befaa4b4428208301e (patch) | |
| tree | 54ed86c75ad342d1a12a4bdd01cbac75e95d5516 /exercises/085_async.zig | |
| parent | f3c00ec9a5f262396d50be9694a273b665628c42 (diff) | |
Diffstat (limited to 'exercises/085_async.zig')
| -rw-r--r-- | exercises/085_async.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/085_async.zig b/exercises/085_async.zig index 1d885a5..d4f4a3f 100644 --- a/exercises/085_async.zig +++ b/exercises/085_async.zig @@ -38,7 +38,7 @@ const std = @import("std"); pub fn main(init: std.process.Init) !void { - const io = init.???; + const io = init.io; // Get the current wall-clock time using the Io interface. // Hint: Timestamp.now() takes an Io and a Clock type (.real = wall clock). |
