Initial commit

This commit is contained in:
ktkk 2025-11-30 23:09:12 +00:00
commit f4670e510f
6 changed files with 151 additions and 0 deletions

5
src/day_1.zig Normal file
View file

@ -0,0 +1,5 @@
const std = @import("std");
pub fn main() !void {
}