From 958ce02f3bc2c911a26c6552f5ec65bbcd3666fc Mon Sep 17 00:00:00 2001 From: jt222ic Date: Wed, 17 Dec 2025 12:36:51 +0100 Subject: [PATCH] init --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index eb65845..36ee034 100644 --- a/main.cpp +++ b/main.cpp @@ -3,6 +3,7 @@ // TIP To Run code, press or click the icon in the gutter. int main() { std::cout << "Hello World!" << std::endl; + std::cout << " slave 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. -- 2.52.0