Update title

This commit is contained in:
ktkk 2025-12-04 10:29:53 +00:00
parent 7a0c4751eb
commit 268b709c07

View file

@ -1,6 +1,6 @@
const std = @import("std"); const std = @import("std");
pub const title = "Day 04"; pub const title = "Day 04: Printing Department";
pub fn run(_: std.mem.Allocator) !void { pub fn run(_: std.mem.Allocator) !void {
const input = @embedFile("./input/day04.txt"); const input = @embedFile("./input/day04.txt");