🏗️」 wip: work in progress, not done yet.

This commit is contained in:
2025-08-11 13:24:24 +02:00
parent 3625f94c03
commit e426bf83c9
11 changed files with 988 additions and 14 deletions

5
src/main.c Executable file
View File

@ -0,0 +1,5 @@
#include <stdio.h>
#include <test.h>
int main(void){
printf(TEST);
}