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