fork download
  1. #include <omp.h>
  2. #include <stdio.h>
  3. #include <stdlib.h>
  4.  
  5. int main(int argc, char * argv[])
  6. {
  7. #pragma omp parallel
  8. printf("Barani");
  9. }
Success #stdin #stdout 0s 5316KB
stdin
Standard input is empty
stdout
Hello WOrld