From 63f11aaec8d21844a07fd27003a992c102a3a297 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 27 Dec 2024 20:05:06 -0800 Subject: make directory structure for client --- client/main.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 client/main.c (limited to 'client/main.c') 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 + +int main(int argc, char **argv) { + printf("HELLO WORLD\n"); + return 0; +} -- cgit