diff --git a/Start_Windows/helloWorld.c b/Start_Windows/helloWorld.c index b780f67..a0ac6da 100644 --- a/Start_Windows/helloWorld.c +++ b/Start_Windows/helloWorld.c @@ -9,6 +9,7 @@ int main(void) { printf("Hello World\n"); - + printf("Die Apokalypse könnte schneller gehen \n"); + //asdfg return 0; } \ No newline at end of file