Bisection by twobit

main@m=do x<-getLine;let{l=length x`div`2};putStrLn$take l x++" "++drop l x;m

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

download

return to the top page