Sign in
ara-mdk
/
platform
/
ndk
/
66b5111a0ab5da6259f4a4ae8bcba2e1aadef1c4
/
.
/
tests
/
build
/
c++-stl-source-extensions
/
jni
/
main.cc
blob: ff682901da8e8abf207c5f4cb2f42462385bd713 [
file
] [
log
] [
blame
]
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello World!"
<<
std
::
endl
;
return
0
;
}