From 1fd608288ee47c2c560817f12f14b21069fed2f6 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 28 Dec 2024 16:47:43 -0800 Subject: makefile and directory structure change completely to build client and server --- client/main.c | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 client/main.c (limited to 'client/main.c') 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 - -int main(int argc, char **argv) { - printf("HELLO WORLD\n"); - return 0; -} -- cgit