Set symmetric difference by murky-satyr

a="$System.in".split();print a.grep{!a.grep(it)[1]}.sort().join(' ')

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

download

return to the top page