Compare commits
2 Commits
e9df5da409
..
slave2
| Author | SHA1 | Date | |
|---|---|---|---|
| d5346451c9 | |||
| 958ce02f3b |
@@ -3,6 +3,8 @@
|
||||
// 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;
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user