no unusued vars

This commit is contained in:
Dave Gauer
2021-06-30 19:55:47 -04:00
parent 6157066b95
commit f9a1956d88
2 changed files with 4 additions and 2 deletions

View File

@@ -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();
}