Permutations by murky-satyr

m=[:]
4e3.times{Collections.shuffle(a=[*0..5]);m[a]=1}
m.keySet().sort().each{println it.join(" ")}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page