first commit

This commit is contained in:
Jose Luis Montañes Ojados
2026-02-15 20:48:01 +01:00
commit 74b426e12d
6 changed files with 505 additions and 0 deletions

3
src/main.c Normal file
View File

@@ -0,0 +1,3 @@
int main() {
return 0;
}