mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-16 19:40:57 +01:00
3 lines
74 B
Perl
Executable File
3 lines
74 B
Perl
Executable File
#!/usr/bin/perl
|
|
my $rounds = shift;
|
|
foreach (0 .. $rounds) {print "$_\n";} |