summaryrefslogtreecommitdiff
path: root/server/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'server/main.cpp')
-rw-r--r--server/main.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/server/main.cpp b/server/main.cpp
deleted file mode 100644
index 207d6d6..0000000
--- a/server/main.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "lobby.h"
-
-#include <iostream>
-
-int main() {
- try {
- Lobby lobby;
- lobby.run();
-
- } catch(std::exception& e) {
- std::cerr << "Exception caught: " << e.what() << std::endl;
- }
-}