Sign in
ara-mdk
/
platform
/
system
/
extras
/
6ece70806883534d29a74b9785871505f71ecc1f
/
.
/
tests
/
bionic
/
libc
/
common
/
hello_world.cpp
blob: 0578d7d835f17777fc5ffe936d99f5ec151e9bd1 [
file
] [
log
] [
blame
]
#include
<iostream>
using
namespace
std
;
int
main
()
{
cout
<<
"Hello World"
<<
endl
;
return
0
;
}