mirror of
https://git.k0rb4k.net/K0RB4K/qotd.git
synced 2026-09-26 13:21:01 +00:00
11 lines
172 B
C
11 lines
172 B
C
#include "server.h"
|
|
|
|
int main(int argc, char *argv[]) {
|
|
// char quote[1024];
|
|
// getRandomQuote(quote);
|
|
// printf("%s\n", quote);
|
|
udpServer();
|
|
|
|
return 0;
|
|
}
|