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