Compare commits

...

2 commits

Author SHA1 Message Date
98ec8346a2 Merge branch 'day02' 2025-12-03 16:31:10 +00:00
492a31a891 Update title 2025-12-03 16:28:50 +00:00

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);