diff options
Diffstat (limited to 'wk1/hello.c')
-rw-r--r-- | wk1/hello.c | 6 |
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"); -} |