parent
63d67e2042
commit
d3e2e9ad39
2 changed files with 9 additions and 1 deletions
@ -0,0 +1,7 @@ |
||||
#include <stdio.h> |
||||
|
||||
int main() { |
||||
printf("Hello World\n"); |
||||
return 0; |
||||
} |
||||
|
@ -1,3 +1,4 @@ |
||||
project('emcctest', 'cpp') |
||||
project('emcctest', 'c', 'cpp') |
||||
|
||||
executable('hello-c', 'hello.c') |
||||
executable('hello', 'hello.cpp') |
||||
|
Loading…
Reference in new issue