Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my $computed  = solution($given);
        ok( $computed eq $expected, $description);
    }
    
  2. or download this
    1..7
    ok 1 - minimal
    ...
    ok 5 - no number
    ok 6 - misplaced colon
    ok 7 - invalid integer