4 lines
41 B
Perl
Executable file
4 lines
41 B
Perl
Executable file
#!usr/bin/perl
|
|
|
|
print "hello\n";
|
|
exit 0;
|