From 6b2405917cee93a6dbd4732903cb3c66075eacfa Mon Sep 17 00:00:00 2001 From: ja Date: Tue, 21 Nov 2023 19:17:15 +0100 Subject: [PATCH] fourth --- main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.c b/main.c index 9d4cadb..cde773f 100644 --- a/main.c +++ b/main.c @@ -1,7 +1,7 @@ -#include stdio.h +#include using namespace std; -int main() -{ - printf("Halo, Welt!"); - return 0; -} \ No newline at end of file +int main() { + printf("Halo, Welt!"); + return 0; + +}