ascending chars by clock

package main
import."os"func main(){b:=[]byte{1};a:=0;for x:=0;x<2e4;x++{Stdin.Read(b);c:=int(b[0]);if c>a||c<11{a=c;print(string(a))}}}

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

download

return to the top page