From: Agnès Lièvre Date: Wed, 2 May 2001 17:05:40 +0000 (+0000) Subject: hello.c removed X-Git-Tag: Version-0-8a~51 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=e7f03bda5d19ff74096483da6f6fbc21876771ed;p=.git hello.c removed --- diff --git a/src/hello.c b/src/hello.c deleted file mode 100644 index 630dfba..0000000 --- a/src/hello.c +++ /dev/null @@ -1,10 +0,0 @@ -#include -main() -{ - int i; - for (i=1; i<=10;i++){ - printf("Hello\n"); - printf("Hellu\n"); - } -} -