odd lines by smly

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

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

download

return to the top page