sort by first occurrence by notogawa

main=interact$unlines.foldl(#)[].lines
(a:x)#s|a/=s=a:x#s
x#s=s:x

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

download

return to the top page