7 lines
75 B
Text
7 lines
75 B
Text
|
|
for i in 1:5
|
||
|
|
for j in 1:i
|
||
|
|
print("*")
|
||
|
|
end
|
||
|
|
println()
|
||
|
|
end
|