initial commit

This commit is contained in:
2025-12-19 18:01:44 +01:00
commit 1ab6c147da
4 changed files with 233 additions and 0 deletions

12
build.zig.zon Normal file
View File

@@ -0,0 +1,12 @@
.{
.name = .machine_learning,
.version = "0.0.0",
.fingerprint = 0x46268de1d0f2801,
.minimum_zig_version = "0.15.2",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}