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.