checker.c: The program checking whether one arguments is divisible by another one.

coordinator.c: The program launching 4 checker processes simotaneously. The checker process stores the return value in the shared memory. And the coordinator retrieve from that memory then print out.

Makefile: generating the executive file for the program.