MPI: Difference between revisions

Jump to navigation Jump to search
195 bytes added ,  7 years ago
no edit summary
No edit summary
No edit summary
Line 43: Line 43:
   
   
     return(0);
     return(0);
}
}}
</tab>
<tab name="C++">
{{File
  |name=hello.cpp
  |lang="cpp"
  |contents=
#include <iostream>
using namespace std;
  int main()
{
    cout << "Hello, world!" << endl;
    return 0;
  }
  }
}}
}}
Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837

edits

Navigation menu