xref
: /
aosp_15_r20
/
external
/
elfutils
/
tests
/
debuginfod-tars
/
pacman-sources
/
hello.c
(revision 7304104da70ce23c86437a01be71edd1a2d7f37e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
main()
3
int
main
() {
4
printf
(
"hello\n"
);
5
return
0;
6
}
7