[ create a new paste ] login | about

Link: http://codepad.org/VVFVgmhZ    [ raw code | output | fork ]

Perl, pasted on Feb 7:
1
2
3
4
5
sub showMessage {
 print "Hello World\n";
}

showMessage();


Output:
1
Hello World


Create a new paste based on this one


Comments: