β₯ The client must send the string passed as a parameter to the server.
β₯ Once the string has been received, the server must print it.
β₯ The communication between client and server has to be done only using UNIX signals.
β₯ Only use these two signals: SIGUSR1 and SIGUSR2.
β₯ The server acknowledges every message received by sending back a signal to the client.
β₯ Unicode characters support!