initial commit

This commit is contained in:
Nick Martin 2025-01-30 00:35:22 -05:00
commit 25abefd348
5 changed files with 45 additions and 0 deletions

9
src/main.c Normal file
View file

@ -0,0 +1,9 @@
#include <stdlib.h>
#include <stdio.h>
int main(int argc, char* argv[]) {
printf("gooble\n");
return 0;
}

BIN
src/main.o Normal file

Binary file not shown.