forked from mirrors/qotd
added test client
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "quote.h"
|
||||
#include "server.h"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
// char quote[1024];
|
||||
// getRandomQuote(quote);
|
||||
// printf("%s\n", quote);
|
||||
tcpServer();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user