Self rebuilding

This commit is contained in:
kamkow1
2025-05-19 00:48:18 +02:00
commit 6cbfd5ca91
4 changed files with 383 additions and 0 deletions

7
example/main.c Normal file
View File

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