6 lines
95 B
Text
6 lines
95 B
Text
for let i 1; i <= 5; i++
|
|
for let j 1; j <= i; j++
|
|
print "*"
|
|
endfor
|
|
println ""
|
|
endfor
|