From 99c4296ce535daea8e08765980731b9b43d1e058 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Thu, 2 Jul 2026 18:54:51 +0200 Subject: [PATCH] testing a jj commit --- exercises/047_methods.zig | 1 + 1 file changed, 1 insertion(+) 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!