odd lines by uru

package
main
import."os"func
main(){s,p:=make([]byte,1e4),1;Stdin.Read(s);for _,c:=range
s{if p>0{print(string(c))}if 10==c{p=-p}}}

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

download

return to the top page