summaryrefslogtreecommitdiff
path: root/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'hello.c')
-rw-r--r--hello.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hello.c b/hello.c
deleted file mode 100644
index c664483..0000000
--- a/hello.c
+++ /dev/null
@@ -1,2 +0,0 @@
-#include <stdio.h>
-int main () {printf("hello.\n");return(0);}