5 lines
48 B
Plaintext
5 lines
48 B
Plaintext
|
sub RIGHT {
|
||
|
my ($n) = @_;
|
||
|
print "ChangeMe";
|
||
|
}
|