day 9 finished

This commit is contained in:
Moritz Gmeiner 2024-12-09 16:20:46 +01:00
commit 8b34776508
7 changed files with 722 additions and 2 deletions

View file

@ -23,7 +23,7 @@ pub fn main() !void {
const result = try part2(alloc, file_reader.reader());
try std.io.getStdOut().writer().print("Day 6, part 1: {}\n", .{result});
try std.io.getStdOut().writer().print("Day 6, part 2: {}\n", .{result});
}
}