Doing Network, in Developement
@@ -0,0 +1,14 @@
#include "Database.hpp"
#include "Network.hpp"
#include "Config.hpp"
#include <iostream>
int main( int carg, char* varg[] ){
Config conf("config.txt");
Network net;
net.run();
}
The note is not visible to the blocked user.