Skip to content

Instantly share code, notes, and snippets.

@exxxpelled
exxxpelled / client.cpp
Last active November 21, 2025 05:46
CS lab04
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
int main() {