codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 167 forks source link

Write a C# program to print pattern 1 #3058

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 2 years ago

Description

Write a C# program to print pattern 1

Input  : 5

Output :
1
1 2 
1 2 3
1 2 3 4
1 2 3 4 5

Contributed by - @PraaneshSelvaraj

How to contribute - Save the solution in `program/PrintPattern1.cs` file - Add `PrintPattern1.cs` file in `print-pattern-1` folder
roberanegussie commented 1 year ago

!assign

roberanegussie commented 1 year ago

I have created a PR codinasion/program#7155 kindly review.