6 lines
70 B
Text
6 lines
70 B
Text
for .i of 5 {
|
|
for of .i {
|
|
write "*"
|
|
}
|
|
writeln()
|
|
}
|