#include <omp.h> #include <stdio.h> int main(void) { int tid, nthreads; printf("Hello world from thread %d of %d\n", tid, nthreads); return 0; }