Stepping Space Removal by twobit

main=getLine>>=f
f s=do
putStrLn s
let(a,_:b)=span(>' ')s
f$a++b

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

download

return to the top page