mirror of
https://codeberg.org/scip/pcp.git
synced 2026-07-10 19:58:20 +02:00
3 lines
74 B
Plaintext
3 lines
74 B
Plaintext
|
|
#!/usr/bin/perl
|
||
|
|
my $rounds = shift;
|
||
|
|
foreach (0 .. $rounds) {print "$_\n";}
|