/StairCase

HackerRank - Draw the structure of a staircase. You are given an integer N depicting the height of the staircase. 1 ≤ N ≤ 100.

Primary LanguageSwift

HackerRank - Draw the structure of a staircase. You are given an integer N depicting the height of the staircase. 1 ≤ N ≤ 100. N = 6.

###Input: You are given an integer depicting the height of the staircase.

###Sample Output: ␣␣␣␣␣#
␣␣␣␣##
␣␣␣###
␣␣####
␣#####
######