diff --git a/exercises/047_methods.zig b/exercises/047_methods.zig index 3221ca2..f896ae2 100644 --- a/exercises/047_methods.zig +++ b/exercises/047_methods.zig @@ -42,6 +42,7 @@ // Now, please zap the alien structs until they're all gone or // the Earth will be doomed! // +// const std = @import("std"); // Look at this hideous Alien struct. Know your enemy!