Difference between revisions of "User:Asdf334"

(asdf334)
 
m
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Hi! I'm asdf334, and I am a 10 year old who lives in AL and has hopes to make National MC next year. :) YEEEEEEEEEET
+
this is where i selflearn asy
 +
 
 +
test for labeling:
 +
 
 +
<asy>draw((1,0)--(2,0)--(2,1)--(1,1)--cycle);
 +
label("$A$",(1,0),NW);
 +
label("$B$",(2,0),NE);
 +
</asy>

Revision as of 20:04, 3 March 2020

this is where i selflearn asy

test for labeling:

[asy]draw((1,0)--(2,0)--(2,1)--(1,1)--cycle); label("$A$",(1,0),NW); label("$B$",(2,0),NE); [/asy]