Compare commits

..

No commits in common. "98ec8346a25a1cb33ffb2503fcad55a0020042f1" and "0eeca85635cb1d2cf4c07480194502f573de0eee" have entirely different histories.

View file

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