blob: f0ad5f04e0df7890dd98c1e805151bc454588306 [file] [log] [blame]
#include <stdio.h>
int main(void) {
printf("Hello NDK_OUT!\n");
return 0;
}