Help for this page

Select Code to Download


  1. or download this
    my $sum = 0;
    for( 1..10_000_000 ) { 
    ...
    }
    
    print $sum;
    
  2. or download this
        my $index = int rand @coin;
        return $coin[ $index ];