5 lines
70 B
Text
5 lines
70 B
Text
|
|
for i = 1, 5 do
|
||
|
|
for _ = 1, i do io.write("*") end
|
||
|
|
print()
|
||
|
|
end
|