root
/
test
/
lisp
/
vc
/
diff-mode-resources
/hello_world.c
/* [<][>]
[^]
[v][top]
[bottom]
[index]
[help]
*/
DEFINITIONS
This source file includes following definitions.
main
1
#include
<stdio.h>
2
int
main
()
3
{
4
printf
("Hello, World!\n");
5
return
0;
6
}
/* [<][>][^]
[v]
[top]
[bottom]
[index]
[help]
*/