Set symmetric difference by murky-satyr

(((A:=stdin contents subStrings asSortedCollection)select:[:x|(A select:[:y|y=x])size<2])fold:[:x :y|x,' ',y])display!

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

download

return to the top page