Code drop from //branches/cupcake/...@124589
This commit is contained in:
7
pdk/ndk/samples/sample/hello.c
Normal file
7
pdk/ndk/samples/sample/hello.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
printf("Hello from the NDK; no user libraries.\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user