PROGRAMMING:Output triangle
This problem requires the preparation of procedures, the output of the specified by the "*" composition of the triangle pattern.
###Input format:
There is no input for this question
###Output format:
Output the triangle pattern composed of "*" according to the following format.
```
****
***
**
*
```
answer:If there is no answer, please comment
###Input format:
There is no input for this question
###Output format:
Output the triangle pattern composed of "*" according to the following format.
```
****
***
**
*
```
answer:If there is no answer, please comment