Merge pull request 'init' (#1) from slave into master

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2025-12-17 12:44:25 +01:00
+1
View File
@@ -3,6 +3,7 @@
// TIP To <b>Run</b> code, press <shortcut actionId="Run"/> or click the <icon src="AllIcons.Actions.Execute"/> 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 <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.