For consistency
This commit is contained in:
9
Exercises/ex_0/omp0.c
Normal file
9
Exercises/ex_0/omp0.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char*argv[])
|
||||
{
|
||||
#pragma omp parallel
|
||||
printf("Hi!\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user