Update a3/program.c

This commit is contained in:
Yurii Yakovenko 2024-11-13 08:56:09 +00:00
parent 3cb4037e7e
commit a67e623f8c

View File

@ -1 +1,9 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
// Please implement the header file from the assignment to fulfill the unit tests..
// You can add any function
#include "pascals_triangle.h"
////@@@@@@