Initial commit

This commit is contained in:
2026-04-05 18:21:48 -05:00
commit ab8ef15512
5 changed files with 118 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
const std = @import("std");
pub fn build(b: *std.Build) void {
_ = b; // stub
}