Art of Problem Solving

User:Milkitbun: Difference between revisions

Milkitbun (talk | contribs)
Milkitbun (talk | contribs)
Line 8: Line 8:


===You can post some asy code here===
===You can post some asy code here===
=Example=<asy>
label("$\circ$",-2u+d,NW);
label("$\circ$",-2u+e,NE);
label("$\circ$",-2u-e,SW);
label("$\circ$",-2u-d,SE);
label("$\circ$",-u+d,NW);
label("$\circ$",-u+e,NE);
label("$\circ$",-u-e,SW);
label("$\circ$",-u-d,SE);
label("$\circ$",d,NW);
label("$\circ$",e,NE);
label("$\circ$",-e,SW);
label("$\circ$",-d,SE);
label("$\circ$",u+d,NW);
label("$\circ$",u+e,NE);
label("$\circ$",u-e,SW);
label("$\circ$",u-d,SE);
label("$\circ$",2u+d,NW);
label("$\circ$",2u+e,NE);
label("$\circ$",2u-e,SW);
label("$\circ$",2u-d,SE);
</asy>

Revision as of 18:56, 16 July 2020

How did you get here?

You can post some asy code here

How did you get here?

You can post some asy code here