Create project skeleton

This commit is contained in:
2024-10-24 11:37:33 +01:00
commit 64c3aaf077
7 changed files with 46 additions and 0 deletions

7
app/main.c Normal file
View File

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