This commit is contained in:
Jeeves 2025-04-05 16:12:50 -06:00
commit 8d3892b6de
12 changed files with 516 additions and 0 deletions

3
src/main.zig Normal file
View file

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