WHY2/src/chat/server/main.c

8 lines
93 B
C
Raw Normal View History

2023-02-09 09:09:26 +01:00
#include <stdio.h>
int main(void)
{
printf("Here will be server...\n");
return 0;
}