aboutsummaryrefslogtreecommitdiff
path: root/Code/Perl/hello.pl
blob: 3ca70a2847c821d6467f45e4290e6c4f1f7eec61 (plain) (blame)
1
2
3
#!./perl

print "Hello World!\n";