make/vs/testapp/main.c

branch
newapi
changeset 173
809581724cc7
child 177
e79a60b3a7cb
equal deleted inserted replaced
172:706080c30af6 173:809581724cc7
1 #include <stdio.h>
2
3 int main(int argc, char** argv) {
4 printf("hello world!\n");
5 return 0;
6 }

mercurial