MPI: Difference between revisions

Jump to navigation Jump to search
8 bytes removed ,  7 years ago
No edit summary
Line 51: Line 51:
   |lang="cpp"
   |lang="cpp"
   |contents=
   |contents=
#include <iostream>
#include <iostream>
using namespace std;
using namespace std;
  int main()
 
{
int main()
    cout << "Hello, world!" << endl;
{
    cout << "Hello, world!" << endl;
    return 0;
    return 0;
}
}
}}
}}
</tab>
</tab>
Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837

edits

Navigation menu