Magic square by *yuko*

input""n:for i=0to n-1for j=-n to-1?mod(i-j*2-1,n)*n+mod(i-j+n/2,n)using"###";next:?next

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

download

return to the top page