package main import."os"func main(){s,i:=make([]byte,99),1;l,_:=Stdin.Read(s);for;i<l;i++{print(string(s[0:l]))}}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page