Cup size magic by uru

package main
func main(){for i:=1;i<12;i++{for j:=1;i>=j;j++{print("AABCDEFGHIJ"[j-1:j+1/j],65+5*i-5*j,[]string{" = ",`
`}[j/i])}}}

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

download

return to the top page