Files
android_development/pdk/ndk/samples/sample/hello.c
The Android Open Source Project 52d4c30ca5 auto import from //depot/cupcake/@135843
2009-03-03 19:29:09 -08:00

8 lines
123 B
C

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