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