Your browser does not support the canvas tag.

The Void

Patricia Dobrindt

int a=600;void setup(){size(a,a);background(255);}void draw(){for(int i=0;i<10;i++){line(random(0,a),random(0,a),random(0,a),random(0,a));}}

Source code: The Void