From a67e623f8c462689ea541fe5317e33d934116d2e Mon Sep 17 00:00:00 2001 From: Yurii Yakovenko Date: Wed, 13 Nov 2024 08:56:09 +0000 Subject: [PATCH] Update a3/program.c --- a3/program.c | 8 ++++++++ 1 file changed, 8 insertions(+) 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