7 lines
102 B
Zig
7 lines
102 B
Zig
const std = @import("std");
|
|
|
|
pub const title = "Day 09";
|
|
|
|
pub fn run(_: std.mem.Allocator) !void {
|
|
}
|
|
|