From ca9e60eb27887d14ed0414c4a705dc9455eb4509 Mon Sep 17 00:00:00 2001 From: Hofmann Jonas Date: Tue, 14 Oct 2025 10:46:43 +0200 Subject: [PATCH] etz mach --- Start_Windows/helloWorld.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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