diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/client/main.c b/client/main.c deleted file mode 100644 index 3587a00..0000000 --- a/client/main.c +++ /dev/null @@ -1,6 +0,0 @@ -#include <stdio.h> - -int main(int argc, char **argv) { - printf("HELLO WORLD\n"); - return 0; -} |