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