ASCII Table by uru

package
main
func
main(){for i:=32;i<127;i++{k:=i&15/15;print(string(i),` 
`[k:k+1])}}

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

download

return to the top page