Updated README.md

This commit is contained in:
dawidg81 2026-03-03 20:21:41 +01:00
commit d270897302
6 changed files with 83 additions and 1 deletions

View file

@ -49,6 +49,8 @@ public:
int main() {
cout << "mcc v0.0.0\n";
Network::Socket socket;
socket.winInit();
return 0;
}