You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
|
#pragma once |
|
|
|
#include <unordered_map> |
|
#include <iostream> |
|
#include <vector> |
|
#include <string> |
|
#include <bakanet.h> |
|
|
|
#define log(str) std::cout << str << "\n"; |
|
#define input(ref) std::cin >> ref; |
|
|
|
#define PORT 8080 |