Difference between revisions of "User talk:Benq"

m
(Blanked the page)
Line 1: Line 1:
<asy>
+
 
pair A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W;
 
A=(0,4);
 
B=(1,4);
 
C=(2,4);
 
D=(3,4);
 
E=(4,4);
 
F=(0,3);
 
G=(1,3);
 
H=(2,3);
 
I=(3,3);
 
J=(0,2);
 
K=(1,2);
 
L=(2,2);
 
M=(3,2);
 
N=(4,2);
 
O=(1,1);
 
P=(2,1);
 
Q=(3,1);
 
R=(4,1);
 
S=(0,0);
 
T=(1,0);
 
U=(2,0);
 
V=(3,0);
 
W=(4,0);
 
draw(A--E);
 
draw(E--W);
 
draw(S--W);
 
draw(A--S);
 
draw(B--T);
 
draw(C--U);
 
draw(D--V);
 
draw(F--I);
 
draw(O--R);
 
draw(J--N);
 
</asy>
 

Revision as of 22:26, 6 December 2014