4 lines
45 B
Perl
4 lines
45 B
Perl
|
|
sub print ($x, $y) {
|
||
|
|
say $x, "\n", $y;
|
||
|
|
}
|