Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Helmssyss authored Oct 7, 2023
1 parent 354b8b5 commit 90bf7fa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
#include "Public/server.h"
#include <iostream>

int main(int argc, char* *argv) {
//printf("You have entered %d arguments:\n", argc);

//for (int i = 0; i < argc; i++) {
// printf("%s\n", argv[i]);
//}
Server* server = new Server;

server->Setup();
Expand Down

0 comments on commit 90bf7fa

Please sign in to comment.