xref
: /
system
/
linkerconfig
/
testmodules
/
vndkext
/
hello.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
iostream
>
2
main()
3
int
main
() {
4
std
::
cout
<<
"hello\n"
;
5
return
0
;
6
}