scaffold project

This commit is contained in:
2026-07-15 21:41:30 -05:00
parent a6d808f181
commit 6203d66515
10 changed files with 111 additions and 0 deletions

8
client/src/main.cpp Normal file
View File

@@ -0,0 +1,8 @@
#include <iostream>
int main(int argc, char* argv[]) {
std::cout << "hi mom from client!" << std::endl;
}