Skip to content

Latest commit

 

History

History
executable file
·
17 lines (14 loc) · 281 Bytes

File metadata and controls

executable file
·
17 lines (14 loc) · 281 Bytes

Make Stair Steps

Create a C Program that will print 5 stair steps on the terminal:


|
|____
    |
    |____
         |
         |____
              |
              |____
                   |
                   |

Solution