xref
: /
freebsd
/
usr.bin
/
indent
/
tests
/
pcs.0.stdout
(revision 2a9021898c4ee2154787da862c238cfeccd655df)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#include <
stdio.h
>
2
3
int
4
main(void)
5
{
6
puts ("Hello");
7
return 0;
8
}
9