The program code for printing Pascal’s Triangle.
All checks were successful
The build was successful.

This commit is contained in:
2019-04-20 13:49:45 +02:00
parent 18e77b9754
commit 3f1d429d5f
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1