chandrikadeb7 / Hacktoberfest_2021

This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
MIT License
112 stars 265 forks source link

Pascal Pyramid in C #375

Closed prettylittleminds closed 2 years ago

prettylittleminds commented 2 years ago

Pascal's Pyramid is a very fascinating pattern that a newbie can come across while learning to display patterns using C or any other language. Hence, I wanted to contribute to this question. Hope it helps!