online-game/server/main.cpp

8 lines
82 B
C++

#include "connections.h"
int main(int argc, char const *argv[])
{
return 0;
}