messaging-app Application made for system programming class project Developers: @Alptwo @UgurKartal @kerimmertcalisir To compile the project files: Server: gcc server.c -o server Client: gcc client.c -o client To run the project: Server: ./server Client: ./client