From ce681dd58df48d73b4a6692dd51ba3d4d94055c5 Mon Sep 17 00:00:00 2001 From: Arotex Date: Thu, 2 Oct 2025 13:48:08 +0200 Subject: [PATCH] dev breanch test --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index 1c4cb60..b164a72 100644 --- a/main.cpp +++ b/main.cpp @@ -5,4 +5,6 @@ int number = 12; main() { std::cout << "Hallo Welt" << std::endl << number << std::endl; + + std::cout << "experimentelle und evtl nicht fehlerfreier Code" << std::endl; } \ No newline at end of file