Annotation of embedaddon/confuse/doc/listing1.c, revision 1.1

1.1     ! misho       1: #include <stdio.h>
        !             2: 
        !             3: int main(void)
        !             4: {
        !             5:     printf("Hello, World!\n");
        !             6:     return 0;
        !             7: }
        !             8: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>