diff options
Diffstat (limited to 'exercises/084_async.zig')
-rw-r--r-- | exercises/084_async.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/084_async.zig b/exercises/084_async.zig index abfcac8..56c9969 100644 --- a/exercises/084_async.zig +++ b/exercises/084_async.zig @@ -37,7 +37,7 @@ // fn bar() void { // fooThatSuspends(); // } -// +// // 6. The main() function cannot be async! // // Given facts 3 and 4, how do we fix this program (broken by facts |