function setup() {
createCanvas(400, 400);
background(1);
}
function draw() {
strokeWeight(4);
line(50,50,50,50);