File:  [Local Repository] / imach / src / Attic / hello.c
Revision 1.1: download - view: text, annotated - select for diffs
Thu Dec 28 18:49:56 2000 UTC (23 years, 6 months ago) by brouard
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: #include <stdio.h>
    2: main() 
    3: {
    4:   int i;
    5:   for (i=1; i<=10;i++){
    6:   printf("Hello\n");
    7:   printf("Hellu\n");
    8:   }
    9: }
   10: 

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