Set symmetric difference by hoozie

l=[];System.in.eachLine{a=it.tokenize();l=l-a+(a-l)};print l.sort().join(' ')

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

download

return to the top page