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