From 99e3739fcd793811e05d040f49610687018c7331 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Thu, 2 Jul 2026 19:06:32 +0200 Subject: [PATCH] new attempt to signing using jj --- 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!