forked from rarias/jungle
Working stdenv with clang+ompss2
This commit is contained in:
7
test/compilers/hello.c
Normal file
7
test/compilers/hello.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Hello world!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user