remove lines with repeated digits
example = 0055 = remove, delete for zero is 0.0 double
4,2,6,9 = yes, this is correct, four different digits. for not have duplicates
target = delete from the list all formations that has duplicates of digits
0055=delete
4269=yes
1593= yes
1216= delete