I have an array of array.
m = [[-100,100], [-100,-100], [-100,-100], [-100,100]]
And I want to remove the duplicates. I tried