Sign in
android
/
platform
/
development
/
5a5697c
/
.
/
pdk
/
pndk
/
samples
/
sample
/
hello.c
blob: b7d750f4c706f50b62ccc9090707a97f33e294a2 [
file
]
#include
<stdio.h>
int
main
(
int
argc
,
char
*
argv
[])
{
printf
(
"Hello from the NDK; no user libraries.\n"
);
return
0
;
}