for(i<-1 to 9;j<-1 to 9)printf("%02d"+" \n"(j/9),i*j) print("\n2025")
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page