Wortsalat/Start_Windows/helloWorld.c
2025-10-14 10:46:43 +02:00

15 lines
213 B
C

/*
* test datei zum git test
* hofmann jonas
* 2025.10.14
*/
#include <stdio.h>
int main(void)
{
printf("Hello World\n");
printf("Die Apokalypse könnte schneller gehen \n");
//asdfg
return 0;
}