Laying down some framework

This commit is contained in:
Caleb Gardner
2025-07-11 06:45:51 -05:00
parent 23687eabb0
commit 61c86c9fea
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
pub fn File(comptime T: type) type {
return struct {};
}