Erstelle neue Test Datei

This commit is contained in:
LukVal54 2025-10-25 15:35:43 +02:00
parent 9ec5c70a0c
commit eef02e688f

7
hello_merge.c Normal file
View File

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