From 3cd677bbafdddeab56518ae6edbab1bc389d43d5 Mon Sep 17 00:00:00 2001 From: MrBounty Date: Fri, 13 Dec 2024 23:24:57 +0100 Subject: [PATCH] Removed print --- day10/part2.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/day10/part2.zig b/day10/part2.zig index 946f35b..09e20d9 100644 --- a/day10/part2.zig +++ b/day10/part2.zig @@ -1,5 +1,4 @@ const std = @import("std"); -const print = std.debug.print; const input = @embedFile("input"); const MAP_SIZE = 60;