PROGRAMMING:triangle_ one
Write a program that prints the following pattern.

### Input Specification:
No input.
### Output Specification:
A triangle made of '**'s,10 lines. No space between '*''s.
### Sample Input:
```in
```
### Sample Output:
```out
*
**
***
****
*
**
***
****
```
answer:If there is no answer, please comment

### Input Specification:
No input.
### Output Specification:
A triangle made of '**'s,10 lines. No space between '*''s.
### Sample Input:
```in
```
### Sample Output:
```out
*
**
***
****
*
**
***
****
```
answer:If there is no answer, please comment