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