Permutations by murky-satyr

d={}
9999.times{d[(0..5).sort_by{rand}]=1}
d.sort.each{|x|puts x[0]*' '}

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

download

return to the top page