Sign in
ara-mdk
/
platform
/
ndk
/
344bfd4dd6bf59812ee634d7d7a1f880ecca37b8
/
.
/
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
;
}