MRMCD12 every other char by clock

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

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

download

return to the top page