Stripped-down standalone build that runs w/ normal GYP

This commit is contained in:
Nathan Sobo
2012-08-10 15:54:28 -06:00
parent c2c8724ad0
commit c32eef5e92
1331 changed files with 2360 additions and 114246 deletions

View File

@@ -1,9 +0,0 @@
#include <stdio.h>
#include "lib1.hpp"
int main(int argc, char *argv[]) {
fprintf(stdout, "Hello from program.c\n");
fflush(stdout);
lib1_function();
return 0;
}