A demo project to show how two applications can use the same memory shared using shmget
Run make user1
to build user1's application
Run make user2
to build user2's application
Run ./user1
in one terminal tab and ./user2
in the other .. and start sending messages :)