fork download
  1. #include<omp.h>
  2. #include<stdio.h>
  3. #include<stdlib.h>
  4.  
  5. int main(int *argc , char *argv[]){
  6. printf("Wello World without omp");
  7. }
Success #stdin #stdout 0s 5308KB
stdin
Standard input is empty
stdout
Wello World without omp