7 lines
58 B
Perl
7 lines
58 B
Perl
|
printhello;
|
||
|
|
||
|
sub printhello
|
||
|
{
|
||
|
print "Hello!";
|
||
|
}
|