Initial Commit

This commit is contained in:
0x221E
2026-02-04 12:52:42 +01:00
commit 4671a62ddf
15 changed files with 430 additions and 0 deletions

5
example/test.c Normal file
View File

@@ -0,0 +1,5 @@
int main(void){
int a = 16;
return 0;
}