Skip to content

Commit

Permalink
remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
milanaleksic committed Dec 11, 2023
1 parent faf70dd commit fa95a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/day10.zig
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ pub fn part2(allocator: std.mem.Allocator, list: std.ArrayList([]const u8)) !i64
}
}

data.printMap();
// data.printMap();

for (data.rows.items) |row| {
for (row.items) |cell| {
Expand Down

0 comments on commit fa95a88

Please sign in to comment.