Help for this page

Select Code to Download


  1. or download this
    for (0..5) {
      print map("<@$_>", split_array_in_two(1..$_)), "\n";
    }
    
  2. or download this
    <><>
    <1><1>
    ...
    <1><2 3>
    <1 2><3 4>
    <1 2><3 4 5>