From 7596fbd91f4b50e57682ed7ee5440863c3765c37 Mon Sep 17 00:00:00 2001 From: djonker Date: Sat, 11 Mar 2023 02:39:14 +0100 Subject: [PATCH] readmetest --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 6bb8fce..695ed52 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,5 @@ # Minitalk +--- ## Description Minitalk is a simple project that requires you to use unix signals to send over strings between 2 programs. We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to send them over