#!/bin/sh
# This is the command to compile the main module to McBilliards
gcc -lm -o billiards.o billiards.c
gcc -lm -o palindrome.o palindrome.c
