project setup

This commit is contained in:
2025-09-02 14:43:55 +02:00
commit cae1b7372c
5 changed files with 31 additions and 0 deletions

6
src/main.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main(void) {
printf("Ok\n");
return 0;
}