You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PASCAL TRIANGLE GENERATOR
A small program to create a pascal triangle with custom height.
Build: gcc -Wall pascal_triangle_main.c -o pascal_triangle
Run: ./pascal_triangle
About
A small prog to create a pascal triangle with custom height