hello/Perl/hello_classic

7 lines
69 B
Perl
Executable File

#!/usr/bin/perl
use warnings;
use strict;
print "Hello, world!\n";