forked from mirrors/qotd
removed client code and executable, use ncat or similar program to communicate with the server
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
//
|
||||
// Created by k0rb4k on 22/04/2021.
|
||||
//
|
||||
|
||||
#include "client.h"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
// TODO: arg options for tcp or udp
|
||||
tcp();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user