for(i in-cumsum(readBin("stdin","raw",999))%%44)cat(c(0,"*",1:5,i<7||t)[i+1])
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page