From 0f831b61388093bc572f0e36dca179f344702506 Mon Sep 17 00:00:00 2001 From: Arotex Date: Sat, 4 Oct 2025 09:25:29 +0200 Subject: [PATCH] pinrtfunktio erweitert --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 2f0e8f5..99ac7e9 100644 --- a/main.cpp +++ b/main.cpp @@ -16,5 +16,5 @@ main() void print_number(int x){ - std::cout << x << std::endl; + std::cout << "Die Zahl ist:" << x << std::endl; } \ No newline at end of file