Last active 2 hours ago

samsamsam revised this gist 2 hours ago. Go to revision

1 file changed, 4 insertions

hello.pl(file created)

@@ -0,0 +1,4 @@
1 + use strict;
2 + use warnings;
3 +
4 + print "Hello world!";
Newer Older