From 1c4445bca8e00c5093824e66e836d235f091b291 Mon Sep 17 00:00:00 2001 From: Arotex Date: Thu, 2 Oct 2025 13:18:32 +0200 Subject: [PATCH] main.cpp zu Hallo Welt erweitert --- main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.cpp b/main.cpp index 41deb5c..0007ddc 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,6 @@ -include stdio +#include -main +main() { - + std::cout << "Hallo Welt" << std::endl; } \ No newline at end of file