mirror of
https://github.com/atom/atom.git
synced 2026-02-15 09:05:58 -05:00
Stripped-down standalone build that runs w/ normal GYP
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user