4 lines
No EOL
69 B
Perl
4 lines
No EOL
69 B
Perl
#!/usr/bin/perl
|
|
use strict;
|
|
use warnings;
|
|
print "Hello, World!\n"; |