Update title

This commit is contained in:
ktkk 2025-12-03 16:28:50 +00:00
parent ee219fc9b2
commit 492a31a891

View file

@ -1,6 +1,6 @@
const std = @import("std");
pub const title = "Day 02";
pub const title = "Day 02: Gift Shop";
pub fn run(_: std.mem.Allocator) !void {
const input = std.mem.trim(u8, @embedFile("./input/day02.txt"), &std.ascii.whitespace);