2 lines
38 B
Perl
2 lines
38 B
Perl
|
|
sub multiply { return $_[0] * $_[1] }
|
|
|
sub multiply { return $_[0] * $_[1] }
|