diff options
| author | Dave Gauer <dave@ratfactor.com> | 2021-06-30 19:55:47 -0400 |
|---|---|---|
| committer | Dave Gauer <dave@ratfactor.com> | 2021-06-30 19:55:47 -0400 |
| commit | f9a1956d8827e2eb1c2bab79083e3cec48095846 (patch) | |
| tree | 8b6daba17662df86025ae1ad2579c12d26a649e7 /exercises/084_async.zig | |
| parent | 6157066b959557915c1f44740647a63ec118ce87 (diff) | |
no unusued vars
Diffstat (limited to 'exercises/084_async.zig')
| -rw-r--r-- | exercises/084_async.zig | 2 |
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(); } |
