#include main() { #pragma omp parallel { printf("Hello World from process %d out of %d\n", omp_get_thread_num(),omp_get_num_threads()); } }