Sign in
ara-mdk
/
platform
/
system
/
extras
/
b4eca4b24af9c80ebb2a7fa2ba539a48096b7576
/
.
/
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
;
}