Sign in
ara-mdk
/
platform
/
development
/
e943f2fd8e7623ba3ea12bb65294d30446db4174
/
.
/
pdk
/
ndk
/
samples
/
sample
/
hello.c
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
;
}