2 lines
34 B
Perl
2 lines
34 B
Perl
|
|
map {print '*' x $_ . "\n"} 1..5;
|
|
|
map {print '*' x $_ . "\n"} 1..5;
|