]> henry.ined.fr Git - .git/commitdiff
hello.c removed
authorAgnès Lièvre <agnes.lievre@education.gouv.fr>
Wed, 2 May 2001 17:05:40 +0000 (17:05 +0000)
committerAgnès Lièvre <agnes.lievre@education.gouv.fr>
Wed, 2 May 2001 17:05:40 +0000 (17:05 +0000)
src/hello.c [deleted file]

diff --git a/src/hello.c b/src/hello.c
deleted file mode 100644 (file)
index 630dfba..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <stdio.h>
-main() 
-{
-  int i;
-  for (i=1; i<=10;i++){
-  printf("Hello\n");
-  printf("Hellu\n");
-  }
-}
-