This commit is contained in:
2025-12-17 12:38:08 +01:00
parent 958ce02f3b
commit d5346451c9
+1
View File
@@ -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 <a href="https://www.jetbrains.com/help/clion/">jetbrains.com/help/clion/</a>. Also, you can try interactive lessons for CLion by selecting 'Help | Learn IDE Features' from the main menu.