257 by uru

package
main
func
main(){for i:=2;i<37;i++{a,s:=257,"";for a>0{s=string(55+a%i-1>>uint(a%i/10)*7)+s;a/=i}println(s)}}

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

download

return to the top page