build: fix travis MPI/SMP build
[charm.git] / examples / charm++ / hello / hello.C
blob27fbf2c6ab97b1deddbf9f2afd73037039c8971b
1 ////////////////////////////////////
2 //
3 //  hello.C
4 //
5 //  Definition of chares in hello
6 //
7 //  Author: Michael Lang
8 //  Date: 6/15/99
9 //
10 ////////////////////////////////////
12 #include "hello.h"
14 main::main(CkArgMsg *m)
16   CkPrintf("Hello World \n");
17   delete m;
18   CkExit();
21 #include "hello.def.h"