1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

feat(challenges): add print-pyramid

This commit is contained in:
Divlo
2021-09-21 15:18:51 +02:00
parent b824619dd9
commit b0d90e03bc
14 changed files with 102 additions and 0 deletions

View File

@ -0,0 +1,2 @@
normal
8

View File

@ -0,0 +1,8 @@
*
***
*****
*******
*********
***********
*************
***************