5 lines
60 B
Text
5 lines
60 B
Text
|
|
(for (i 1 5)
|
||
|
|
(for(j 1 i)
|
||
|
|
(print "*"))
|
||
|
|
(print "\n"))
|