/ hello-world / p / Processing.pde
Processing.pde
1  size(128, 128);
2  background(0);
3  textAlign(CENTER, CENTER);
4  fill(255);
5  text("Hello World", width / 2, height / 2);