/* * test datei zum git test * hofmann jonas * 2025.10.14 */ #include int main(void) { printf("Hello World\n"); return 0; }