waf/build_system_kit/noscript/main.c

7 lines
91 B
C

#include "foo.h"
#include <stdio.h>
int main() {
printf("hello from app\n");
return 0;
}