Sign in
ara-mdk
/
platform
/
ndk
/
2fe911ac795eb560f6d83118e227698b458e074a
/
.
/
tests
/
device
/
test-gnustl-2
/
jni
/
hello.cpp
blob: 9551516983f9ca387e0bea7cdfbab998ec035de7 [
file
] [
log
] [
blame
]
#include
<iostream>
int
main
(
void
)
{
time_t
now
=
0
;
std
::
cout
<<
"Hello "
;
std
::
cout
<<
1.0
;
std
::
cout
<<
now
;
std
::
cout
<<
" World"
<<
std
::
endl
;
}