diff --git a/exercises/013_while3.zig b/exercises/013_while3.zig index 6a45451..899ea54 100644 --- a/exercises/013_while3.zig +++ b/exercises/013_while3.zig @@ -17,7 +17,6 @@ // Then, the "continue expression" is executed and then // the condition is checked again. If the condition is true, the block executes again. // - const std = @import("std"); pub fn main() void {