Unknown state [2025-08-04]

This commit is contained in:
2025-08-04 22:28:49 -04:00
parent 6e4b76a6d9
commit 3b252de1ca
27 changed files with 24509 additions and 0 deletions

6
loader/root.zig Normal file
View File

@@ -0,0 +1,6 @@
const std = @import("std");
pub export fn hook(a: i32, b: i32) i32 {
return a * b;
}