xref
: /
freebsd
/
usr.bin
/
indent
/
tests
/
pcs.0.stdout
(revision 5ca8e32633c4ffbbcd6762e5888b6a4ba0708c6c)
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