Half Sierpinski by youz

package main
func main(){for i:=0;i<32;i++{for j:=31-i;j>=0;j--{print(string(32+1/(i&j+1)*3))}println()}}

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

download

return to the top page