From dfa1c0fd1ab4006418b68c86b395cc47c72b9a52 Mon Sep 17 00:00:00 2001 From: Daniel Zwanzig Date: Fri, 28 Mar 2025 11:33:21 +0000 Subject: [PATCH] helloworld.c aktualisiert --- helloworld.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helloworld.c b/helloworld.c index b6d7fbf..57f8de4 100644 --- a/helloworld.c +++ b/helloworld.c @@ -1,6 +1,7 @@ #include int main(void) { - printf("Hello, World!"); + printf("Hello, World!\n"); + printf("deien"); return 0; } \ No newline at end of file