Refine setup
This commit is contained in:
parent
f4670e510f
commit
d64050a402
16 changed files with 4158 additions and 30 deletions
7
src/days/day10.zig
Normal file
7
src/days/day10.zig
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub const title = "Day 10";
|
||||
|
||||
pub fn run(_: std.mem.Allocator) !void {
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue