base code

This commit is contained in:
Lorenzo Torres 2025-03-12 19:56:19 +01:00
parent fc39b27715
commit 4f45899a3c
197 changed files with 151568 additions and 2 deletions

2
src/assets.zig Normal file
View file

@ -0,0 +1,2 @@
const c = @import("../c.zig");
const std = @import("std");