Sign in
android
/
platform
/
ndk
/
HEAD
/
.
/
tests
/
device
/
c-hello-world
/
jni
/
hello-world.c
blob: 04ce43432c3396f59e32049254d7ecfc917c3da1 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
()
{
printf
(
"Hello world!\n"
);
return
0
;
}