initial + started

This commit is contained in:
Ivan I. Ovchinnikov
2026-05-28 22:17:40 +03:00
commit 0d249a72a4
11 changed files with 442 additions and 0 deletions
@@ -0,0 +1,6 @@
#ifndef NETWORK_LIBRARY_H
#define NETWORK_LIBRARY_H
void hello();
#endif // NETWORK_LIBRARY_H
@@ -0,0 +1,8 @@
//
// Created by ovchinnikov-ii on 5/28/26.
//
#ifndef NETWORK_SERVERSOCKETWRAPPER_H
#define NETWORK_SERVERSOCKETWRAPPER_H
#endif //NETWORK_SERVERSOCKETWRAPPER_H