advent-of-code-2023/src/day10.zig

9 lines
155 B
Zig
Raw Normal View History

2020-11-26 22:46:03 +01:00
const std = @import("std");
const Allocator = std.mem.Allocator;
const assert = std.debug.assert;
const print = std.debug.print;
pub fn main() !void {
}