File:  [Local Repository] / imach / src / Attic / hello.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Dec 28 18:49:56 2000 UTC (23 years, 5 months ago) by brouard
Branches: lievre
CVS tags: start
Import de imach064

#include <stdio.h>
main() 
{
  int i;
  for (i=1; i<=10;i++){
  printf("Hello\n");
  printf("Hellu\n");
  }
}


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