//My Zeroth Program
//John Allen CST112
size(250,200);
line(20,20, 69,101);
point(80,20);

//Draw shapes
triangle(100,30, 50,80, 200,150);
rect(100,50, 54,69);
ellipse(120,90,35,47);

text( "whatsup",10,10);
