Set up build tools

This commit is contained in:
Daniel Thorpe
2024-06-20 13:42:11 +01:00
commit b0278f2755
4 changed files with 17 additions and 0 deletions

7
main.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char **argv)
{
return EXIT_SUCCESS;
}