4 lines
34 B
Perl
4 lines
34 B
Perl
|
foreach (1 .. 10) {
|
||
|
print;
|
||
|
}
|