diff --git a/applications/simpleStuff/helloOpenFOAM/helloOpenFOAM.C b/applications/simpleStuff/helloOpenFOAM/helloOpenFOAM.C index 8143cf7..29bc1aa 100644 --- a/applications/simpleStuff/helloOpenFOAM/helloOpenFOAM.C +++ b/applications/simpleStuff/helloOpenFOAM/helloOpenFOAM.C @@ -5,7 +5,7 @@ using namespace Foam; int main(int argc, char *argv[]) { - Info << "Hello OpenFOAM!" << endl; - + Info << "Hello OpenFOAM World!" << endl; + return 0; }