update Server.

This commit is contained in:
ykiko
2024-09-04 12:12:45 +08:00
parent b023b02d40
commit 84e81e081c
3 changed files with 30 additions and 5 deletions

14
src/Server/Server.cpp Normal file
View File

@@ -0,0 +1,14 @@
#include <Server/Server.h>
namespace clice {
int Server::run(int argc, const char** argv) {
// TODO:
return 0;
}
namespace global {
Server server;
}
} // namespace clice