1
0
android/ndk-hello_world/hello_world/jni/test.c

9 Zeilen
100 B
C

#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello World\n");
return 0;
}