Files
pcp/tests/jot

3 lines
74 B
Perl
Executable File

#!/usr/bin/perl
my $rounds = shift;
foreach (0 .. $rounds) {print "$_\n";}