gcc add.c
mv a.out add
gcc subtract.c
mv a.out subtract
gcc multiply.c
mv a.out multiply
gcc divide.c
mv a.out divide

