fork download
  1. i = 0;
  2. ['a','b','c','d','e','f'].permutation(6).each do |s|
  3. i = i + 1;
  4. if(i==428) then
  5. p s.join
  6. end
  7. end
  8.  
Success #stdin #stdout 0.01s 8092KB
stdin
Standard input is empty
stdout
"dcfaeb"