readmetest

This commit is contained in:
djonker 2023-03-11 03:27:16 +01:00
parent f6f6fcf077
commit ae0b450b56

View File

@ -1,6 +1,6 @@
# Minitalk
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
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\
---
## Improvements