Skip to content

Commit

Permalink
hello world in Perl 5
Browse files Browse the repository at this point in the history
  • Loading branch information
FixTestRepeat committed Oct 3, 2019
1 parent 7495298 commit 831338c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions helloworld.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/perl
use strict;
use warnings;
use 5.010;

say "hello world";

exit 0;

0 comments on commit 831338c

Please sign in to comment.