7 lines
63 B
Text
7 lines
63 B
Text
|
|
1.to 5, { i |
|
||
|
|
1.to i, { j |
|
||
|
|
print "*"
|
||
|
|
}
|
||
|
|
print "\n"
|
||
|
|
}
|