I\'m trying to run a Hello World program but am getting the error
./ex1.c: line 3: syntax error near unexpected token `(` ./ex1.c: line 3: `int main (int arg
After you compile the program by using make "your program name" (like make mario in this case), then just use ./"your program name" (this case ./mario). DO NOT add .c when running the program.