#include "lobby.h" #include int main() { try { Lobby lobby; lobby.run(); } catch(std::exception& e) { std::cerr << "Exception caught: " << e.what() << std::endl; } }