Initial commit

This commit is contained in:
2025-04-21 19:58:25 +09:00
commit c81197054d
14 changed files with 246 additions and 0 deletions

6
Server/src/server.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include <iostream>
#include "Socket/Error.hpp"
int main() {
std::cout << "Hello, world!" << std::endl;
}