Help for this page

Select Code to Download


  1. or download this
    # GENERATE THE BOARD
    my @board = shuffle 1 .. 15;
    splice @board, int rand 16, 0, 0;
    
  2. or download this
    use 5.18.3;
    use warnings;
    ...
        }
    
    say "You've solved it!"