//Vincent Castillo - 9/5/2019
//Class 2 Practice 2
size( 500, 500);
background( 255, 127, 127);
textSize(30);
text( "Hello world", 25, 25 );
rect( 300, 300, 30, 30);
triangle( 315, 280, 280, 300, 335, 280);

