This repository has been archived on 2021-02-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hello-world/perl.pl
2020-11-26 21:24:20 -06:00

4 lines
65 B
Perl

for (my $i = 0; $i < 6; $i++) {
print "Hello world, $i\n";
}