Code

size (200,200);
background (#ffffff);
smooth ();

//first line
line (25,50, 150,0);

//second line
line (38,25, 75,175);

//third line
line (25,131, 120,90);

//fourth line
line (100,145, 64,25);

0005 - Sol Lewitt, A Quadrangle (1974): Implementing a verbal program

Statement:Using any means you prefer (pencil+paper+ruler or code), re-create this artwork by Sol Lewitt: http://www.golancourses.net/blog/wp-content/uploads/2008/08/lewitt_instructions.jpg. Upload your work as either an applet or a scan of your drawing.
An awesome quadrangle!

hide statement