42minitalk A small data exchange program using UNIX signals between a server and a client in C Logic behind the minitalk project. How to run the program: Clone the repository Run make command Run ./server command in one terminal Run ./client [server_pid] [message] command in another terminal