#include int main(int argc, char *argv[]) { /* ------------------------------ Every thread does this ------------------------------ */ printf("Hello World !!!\n"); return 0; }