This commit is contained in:
Adam Millerchip 2022-01-02 23:35:50 +09:00
parent 056e2fa1ca
commit fb26db1d51
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ 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();
_ = async foo();
}
fn foo() void {