no unusued vars
This commit is contained in:
parent
cc5c413cfc
commit
88c550062d
2 changed files with 4 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue