Initial commit

This commit is contained in:
2026-05-06 09:45:22 -06:00
commit 574bd1bc13
7 changed files with 140 additions and 0 deletions

6
src/main.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdlib.h>
#include <stdio.h>
int main(void) {
return EXIT_SUCCESS;
}