adding in initial boilerplate for client and server

This commit is contained in:
talksik
2024-01-27 09:48:27 -08:00
commit c7fad6be8e
9 changed files with 258 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <iostream>
int main()
{
std::cout << "Hello World!\n";
return 0;
}