Help for this page

Select Code to Download


  1. or download this
    @a_list = (
      [1,2], [1,3], [1,4], [1,5],
    ...
      [7,8],
      [8,9],
     );
    
  2. or download this
    1 2 3
    1 2 4
    1 3 4
    2 3 4
    5 6 9