Reorganization

This commit is contained in:
Krzosa Karol
2024-01-06 13:44:50 +01:00
parent 3ed4893ccb
commit f34019efb7
37 changed files with 29 additions and 38 deletions

View File

@@ -1,7 +1,6 @@
#include "../core.c"
int main() {
IO_Printf("test_filesystem.c - ");
MA_Arena arena = {0};
S8_String read_file_path = S8_Lit("../test/data/read_file");
@@ -103,5 +102,4 @@ int main() {
}
}
}
IO_Printf("DONE\n");
}