8 lines
82 B
C++
8 lines
82 B
C++
|
#include "connections.h"
|
||
|
|
||
|
int main(int argc, char const *argv[])
|
||
|
{
|
||
|
|
||
|
return 0;
|
||
|
}
|