gcc -Wall ex1.c -o ex1
Option -Wall means print all warnings
Option -o ex1 means to name the output executable file to be 'ex1'