blob: b7d750f4c706f50b62ccc9090707a97f33e294a2 [file] [log] [blame]
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("Hello from the NDK; no user libraries.\n");
return 0;
}