lulchat/websocket.c

8 lines
104 B
C

#include <stdio.h>
#include <sys/socket.h>
int main() {
printf("Starting websocket server...\n");
}