void setup() {
size(400, 400);
background(100);
stroke(255);
ellipse(50, 50, 25, 25);
println("hello web!");
}