addition: Added basic header and structure

This commit is contained in:
2026-04-13 17:55:45 -06:00
parent 12197bfbbd
commit 39022d53ff
5 changed files with 109 additions and 1 deletions

View File

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