odd lines by shinh

package main
import."os"
func main(){s:=make([]byte,9999);Stdin.Read(s);p:=0;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