scaffold project
This commit is contained in:
0
server/CMakeLists.txt
Normal file
0
server/CMakeLists.txt
Normal file
8
server/src/main.cpp
Normal file
8
server/src/main.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
|
||||
std::cout << "hi mom from server!" << std::endl;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user