@@ -5,6 +5,7 @@
int main (void){
try{
Game game;
game.Run();
} catch (const std::exception& e) {
std::cerr << "Error: " << e.what() << std::endl;
return 1;
The note is not visible to the blocked user.