this repo has no description
1amountOfQueens = 4; 2board = array2d(1..5, 1..5, [1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0, 2, 0, 2, 0, 0, 0, 2, 0, 0, 1, 0, 0, 0, 1]); 3---------- 4==========