odd lines by emoken

package main
import."os"func main(){b,p,n:=[]byte{1},1>0,1;for n>0{n,_=Stdin.Read(b);if p{Stdout.Write(b)}if b[0]==10{p=!p}}}

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

download

return to the top page