diff --git a/p/processing.pde b/p/processing.pde new file mode 100644 index 00000000..82b9eb84 --- /dev/null +++ b/p/processing.pde @@ -0,0 +1,4 @@ +size(128, 128); +background(0); +textAlign(CENTER, CENTER); +text("Hello World", width / 2, height / 2);