From 93159a1f24237e2d6ee75304c26ef7e40c2f9b35 Mon Sep 17 00:00:00 2001 From: sirlilpanda Date: Fri, 29 May 2026 09:26:19 +1200 Subject: [PATCH] added comment --- build.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/build.zig b/build.zig index feba256..b9e48ae 100644 --- a/build.zig +++ b/build.zig @@ -13,6 +13,7 @@ pub fn build(b: *std.Build) void { }, ); + // uncomment me to run the test code // const exe = b.addExecutable(.{ // .name = "zig_interface_testing", // .root_module = b.createModule(.{