#include // 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. }