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