Can you fill a 4x4 square so each row and each column forms a prime number? And a 5x5 square?
Note: in both cases, there should be no duplicate rows or duplicate columns. Also, numbers cannot start with a 0. Finally, all digits from 0 to 9 should be used at least once.
(In reply to
Sorry, FK, I have no time, but ... by pcbouhid)
But your 10 x 10 array contains no 0's and the problem states that "...all digits from 0 to 9 should be used at least once."