Closed harshraj8843 closed 1 year ago
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
!assign
I have created a PR codinasion/program#7155 kindly review.
Description
Write a C# program to print pattern 1
Contributed by - @PraaneshSelvaraj
How to contribute
- Save the solution in `program/PrintPattern1.cs` file - Add `PrintPattern1.cs` file in `print-pattern-1` folder