1 2 3 4 5 6 7
#include "../include/sibs/DirectConnection.hpp" int main() { sibs::DirectConnections user1(27137); return 0; }