Last active 1 hour ago

hello.pl Raw
1use strict;
2use warnings;
3
4print "Hello world!";