aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises
diff options
context:
space:
mode:
Diffstat (limited to 'exercises')
-rw-r--r--exercises/084_async.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/exercises/084_async.zig b/exercises/084_async.zig
index 6a67907..abfcac8 100644
--- a/exercises/084_async.zig
+++ b/exercises/084_async.zig
@@ -46,6 +46,8 @@
const print = @import("std").debug.print;
pub fn main() void {
+ // Additional Hint: you can assign things to '_' when you
+ // don't intend to do anything with them.
foo();
}