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.