Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
multi-abi
/
jni
/
main.c
blob: 4a42a8340e09d6e51efc9b782c78fedcf143b811 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Hello world!\n"
);
return
0
;
}