diff --git a/a3/program.c b/a3/program.c index 3b580b6..2f23a5f 100644 --- a/a3/program.c +++ b/a3/program.c @@ -1 +1,9 @@ +#include +#include +#include +// Please implement the header file from the assignment to fulfill the unit tests.. + // You can add any function +#include "pascals_triangle.h" + + ////@@@@@@ \ No newline at end of file