tvl-depot/third_party/git/t/t4018/perl-sub-definition
2020-01-11 23:40:29 +00:00

4 lines
48 B
Text

sub RIGHT {
my ($n) = @_;
print "ChangeMe";
}