From d5346451c9f79a642a721245075b185ab8b34745 Mon Sep 17 00:00:00 2001 From: jt222ic Date: Wed, 17 Dec 2025 12:38:08 +0100 Subject: [PATCH] init --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 36ee034..2f11029 100644 --- a/main.cpp +++ b/main.cpp @@ -4,6 +4,7 @@ int main() { std::cout << "Hello World!" << std::endl; std::cout << " slave sending Hello World!" << std::endl; + std::cout << " slave2 sending Hello World!" << std::endl; return 0; // TIP See CLion help at jetbrains.com/help/clion/. Also, you can try interactive lessons for CLion by selecting 'Help | Learn IDE Features' from the main menu.