You want to print the follow pattern.
*
**
***
****
.
n lines
A single line with one integer - n.
The pattern mentioned above with i number of stars (without any spaces) in the ith line.
4
* ** *** ****
0 < n <= 5000