sort by first occurrence by nn

a=[:]
System.in.eachLine{a[it]=(a[it]?:0)+1}
a.any{k,v->v.times{println k}}

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

download

return to the top page