Refine setup

This commit is contained in:
ktkk 2025-12-01 14:49:05 +00:00
parent f4670e510f
commit d64050a402
16 changed files with 4158 additions and 30 deletions

7
src/days/day12.zig Normal file
View file

@ -0,0 +1,7 @@
const std = @import("std");
pub const title = "Day 12";
pub fn run(_: std.mem.Allocator) !void {
}