App created for a subject 'systems and concurrent programming'
To copmile paste this commands to the terminal:
gcc server.c src/* -o server
gcc client.c -o client
To run server paste ./server
to ONE terminal
To run client paste ./client
to as many terminals as you wish
- Olga Gerlich (148088)
- Paweł Marczewski (148099)